Skip to content

Commit 62eac55

Browse files
authored
Fix iOS simulator device to use the one that's available (#1592)
* Fix iOS simulator device to use the one that's preinstalled on the runners.
1 parent 97fca24 commit 62eac55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/gha/print_matrix_configuration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@
221221
{"type": "ftl", "device": "model=iphone8,version=16.6"},
222222
{"type": "ftl", "device": "model=ipad10,version=16.6"},
223223
],
224-
"simulator_min": [ {"type": "virtual", "name":"iPhone SE (3rd generation)", "version":"17.0.1"} ],
225-
"simulator_target": [ {"type": "virtual", "name":"iPhone 15", "version":"17.2"} ],
226-
"simulator_latest": [ {"type": "virtual", "name":"iPad Pro (12.9-inch) (6th generation)", "version":"17.4"} ],
224+
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ],
225+
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
226+
"simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Plus", "version":"17.4"} ],
227227
"tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ],
228228
}
229229

0 commit comments

Comments
 (0)