Skip to content

Commit f139f3f

Browse files
cynthiajoanCynthia Jiang
andauthored
update iOS FTL model and version (#660)
* update readme * update iOS FTL model and version --------- Co-authored-by: Cynthia Jiang <[email protected]>
1 parent 9f5436f commit f139f3f

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
@@ -94,9 +94,9 @@
9494
"emulator_target": {"platform": ANDROID, "type": "virtual", "image": "system-images;android-28;google_apis;x86_64"},
9595
"emulator_latest": {"platform": ANDROID, "type": "virtual", "image": "system-images;android-30;google_apis;x86_64"},
9696
"emulator_32bit": {"platform": ANDROID, "type": "virtual", "image": "system-images;android-30;google_apis;x86"},
97-
"ios_min": {"platform": IOS, "type": "real", "device": "model=iphonexr,version=13.2"},
98-
"ios_target": {"platform": IOS, "type": "real", "device": "model=iphone8,version=13.6"},
99-
"ios_latest": {"platform": IOS, "type": "real", "device": "model=iphone11pro,version=14.7"},
97+
"ios_min": {"platform": IOS, "type": "real", "device": "model=iphone8,version=14.7"},
98+
"ios_target": {"platform": IOS, "type": "real", "device": "model=iphone13pro,version=15.7"},
99+
"ios_latest": {"platform": IOS, "type": "real", "device": "model=iphone11pro,version=16.3"},
100100
"simulator_min": {"platform": IOS, "type": "virtual", "name": "iPhone 6", "version": "11.4"},
101101
"simulator_target": {"platform": IOS, "type": "virtual", "name": "iPhone 12", "version": "14.5"},
102102
"simulator_latest": {"platform": IOS, "type": "virtual", "name": "iPhone 12", "version": "16.0"},

0 commit comments

Comments
 (0)