Skip to content

Commit 32a537f

Browse files
authored
Merge pull request #39021 from hamishknight/sim-city
2 parents 3134976 + d92696b commit 32a537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
9595
else:
9696
return "simctl spawn --standalone 'iPhone 5'"
9797
else:
98-
return "simctl spawn --standalone 'iPhone 8'"
98+
return "simctl spawn --standalone 'iPhone 12'"
9999
elif run_os == 'tvos':
100100
return "simctl spawn --standalone 'Apple TV'"
101101
elif run_os == 'watchos':

0 commit comments

Comments
 (0)