Skip to content

Commit 80fc552

Browse files
committed
Fix iOS 17 iPad simulator names to use devices available on macos-14
iPad Pro 12.9-inch (6th generation) and iPad Air (5th generation) may not be available on the macos-14 runner's iOS 17.5 runtime. Use iPad Pro 13-inch (M4) and iPad Air 11-inch (M2) which are present in the simulator catalog.
1 parent a05a2f3 commit 80fc552

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ jobs:
150150
runs-on: macos-14
151151
- platform: iOS
152152
destination-name: iOS 17 - iPad Pro 12.9-inch (6th generation)
153-
test-destination: 'platform=iOS Simulator,name=iPad Pro (12.9-inch) (6th generation),OS=17.5'
153+
test-destination: 'platform=iOS Simulator,name=iPad Pro 13-inch (M4),OS=17.5'
154154
runs-on: macos-14
155155
- platform: iOS
156156
destination-name: iOS 17 - iPad Air (5th generation)
157-
test-destination: 'platform=iOS Simulator,name=iPad Air (5th generation),OS=17.5'
157+
test-destination: 'platform=iOS Simulator,name=iPad Air 11-inch (M2),OS=17.5'
158158
runs-on: macos-14
159159
- platform: iOS
160160
destination-name: iOS 17 - iPad (10th generation)

0 commit comments

Comments
 (0)