Skip to content

Commit 8d0d0ab

Browse files
committed
Switch back to old simulators but tweak the versions for Xcode 13
1 parent 65659bd commit 8d0d0ab

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
@@ -170,10 +170,10 @@
170170
"ios_min": {"type": "real", "model":"iphone8", "version":"11.4"},
171171
"ios_target": {"type": "real", "model":"iphone8plus", "version":"12.0"},
172172
"ios_latest": {"type": "real", "model":"iphone11pro", "version":"14.7"},
173-
"simulator_min": {"type": "virtual", "name":"iPhone 6", "version":"15.0"},
174-
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"15.0"},
173+
"simulator_min": {"type": "virtual", "name":"iPhone 6", "version":"12.4"},
174+
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"14.5"},
175175
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"15.4"},
176-
"tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"15.0"},
176+
"tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"14.3"},
177177
}
178178

179179

0 commit comments

Comments
 (0)