Skip to content

Commit 26c09e5

Browse files
authored
Update ios and tvos simulator versions for GitHub runners (a second time) (#1328)
1 parent 05327fa commit 26c09e5

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":"15.2"},
180-
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"15.4"},
181-
"tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"15.2"},
179+
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"16.1"},
180+
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"16.1"},
181+
"tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"16.1"},
182182
}
183183

184184

0 commit comments

Comments
 (0)