Skip to content

Commit b30ea36

Browse files
cynthiajoanCynthia Jiang
and
Cynthia Jiang
authored
Update IOS FTL device model and os version (#1249)
* Update iOS FTL target model * update the version again --------- Co-authored-by: Cynthia Jiang <[email protected]>
1 parent fba1039 commit b30ea36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@
172172
"emulator_target": {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"},
173173
"emulator_latest": {"type": "virtual", "image":"system-images;android-32;google_apis;x86_64"},
174174
"emulator_32bit": {"type": "virtual", "image":"system-images;android-30;google_apis;x86"},
175-
"ios_min": {"type": "ftl", "device": "model=iphonexr,version=13.2"},
176-
"ios_target": {"type": "ftl", "device": "model=iphone8,version=13.6"},
177-
"ios_latest": {"type": "ftl", "device": "model=iphone11pro,version=14.7"},
175+
"ios_min": {"type": "ftl", "device": "model=iphone8,version=14.7"},
176+
"ios_target": {"type": "ftl", "device": "model=iphone13pro,version=15.7"},
177+
"ios_latest": {"type": "ftl", "device": "model=iphone11pro,version=16.3"},
178178
"simulator_min": {"type": "virtual", "name":"iPhone 8", "version":"13.7"},
179179
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"14.5"},
180180
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"15.2"},

0 commit comments

Comments
 (0)