Skip to content

Commit 0a2c9da

Browse files
authored
Update iOS FTL versions. (#1708)
* Update iOS FTL versions. * Update simulator version.
1 parent 8dee6fe commit 0a2c9da

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

scripts/gha/print_matrix_configuration.py

+7-8
Original file line numberDiff line numberDiff line change
@@ -205,25 +205,24 @@
205205
"emulator_latest": [ {"type": "virtual", "image":"system-images;android-32;google_apis;x86_64"} ],
206206
"emulator_32bit": [ {"type": "virtual", "image":"system-images;android-30;google_apis;x86"} ],
207207
"ios_min": [
208-
# Slightly different OS versions because of limited FTL selection.
209-
{"type": "ftl", "device": "model=iphone8,version=14.7"},
210-
{"type": "ftl", "device": "model=iphone11pro,version=14.7"},
211-
{"type": "ftl", "device": "model=iphone12pro,version=14.8"},
212-
],
213-
"ios_target": [
214208
# Slightly different OS versions because of limited FTL selection.
215209
{"type": "ftl", "device": "model=iphone13pro,version=15.7"},
216210
{"type": "ftl", "device": "model=iphone8,version=15.7"},
217211
],
218-
"ios_latest": [
212+
"ios_target": [
213+
# Slightly different OS versions because of limited FTL selection.
219214
{"type": "ftl", "device": "model=iphone14pro,version=16.6"},
220215
{"type": "ftl", "device": "model=iphone11pro,version=16.6"},
221216
{"type": "ftl", "device": "model=iphone8,version=16.6"},
222217
{"type": "ftl", "device": "model=ipad10,version=16.6"},
223218
],
219+
"ios_latest": [
220+
{"type": "ftl", "device": "model=iphone15,version=18.0"},
221+
{"type": "ftl", "device": "model=iphone15pro,version=18.0"},
222+
],
224223
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ],
225224
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
226-
"simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Plus", "version":"17.4"} ],
225+
"simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Pro", "version":"17.4"} ],
227226
"tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ],
228227
}
229228

0 commit comments

Comments
 (0)