Skip to content

Commit fd9a6ce

Browse files
authored
Fix iOS test version from deprecate 16.5 to 16.6. (#1449)
1 parent 697385d commit fd9a6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/gha/print_matrix_configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"emulator_32bit": {"type": "virtual", "image":"system-images;android-30;google_apis;x86"},
175175
"ios_min": {"type": "ftl", "device": "model=iphone8,version=14.7"},
176176
"ios_target": {"type": "ftl", "device": "model=iphone13pro,version=15.7"},
177-
"ios_latest": {"type": "ftl", "device": "model=iphone11pro,version=16.5"},
177+
"ios_latest": {"type": "ftl", "device": "model=iphone11pro,version=16.6"},
178178
"simulator_min": {"type": "virtual", "name":"iPhone 8", "version":"15.2"},
179179
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"16.1"},
180180
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"16.1"},

0 commit comments

Comments
 (0)