Skip to content

Commit c6ec86a

Browse files
authored
Update ios and tvos simulator target and latest versions (#1326)
Previously ios_simulator_latest was failing, claiming that the requested simulator version was not available.
1 parent b5a23a0 commit c6ec86a

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
@@ -176,9 +176,9 @@
176176
"ios_target": {"type": "ftl", "device": "model=iphone13pro,version=15.7"},
177177
"ios_latest": {"type": "ftl", "device": "model=iphone11pro,version=16.3"},
178178
"simulator_min": {"type": "virtual", "name":"iPhone 8", "version":"15.2"},
179-
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"16.1"},
180-
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"16.2"},
181-
"tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"16.1"},
179+
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"15.2"},
180+
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"15.4"},
181+
"tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"15.2"},
182182
}
183183

184184

0 commit comments

Comments
 (0)