Skip to content

Commit 9fc5959

Browse files
authored
Update ios devices used by FTL (#1805)
1 parent f90e8b7 commit 9fc5959

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@
206206
"emulator_32bit": [ {"type": "virtual", "image":"system-images;android-30;google_apis;x86"} ],
207207
"ios_min": [
208208
# Slightly different OS versions because of limited FTL selection.
209-
{"type": "ftl", "device": "model=iphone13pro,version=15.7"},
210-
{"type": "ftl", "device": "model=iphone8,version=15.7"},
209+
{"type": "ftl", "device": "model=iphone14pro,version=16.6"},
210+
{"type": "ftl", "device": "model=iphone8,version=16.6"},
211211
],
212212
"ios_target": [
213213
# Slightly different OS versions because of limited FTL selection.
@@ -217,8 +217,7 @@
217217
{"type": "ftl", "device": "model=ipad10,version=16.6"},
218218
],
219219
"ios_latest": [
220-
{"type": "ftl", "device": "model=iphone15,version=18.0"},
221-
{"type": "ftl", "device": "model=iphone15pro,version=18.0"},
220+
{"type": "ftl", "device": "model=iphone16pro,version=18.3"},
222221
],
223222
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
224223
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],

0 commit comments

Comments
 (0)