Skip to content

Commit 0d4dc92

Browse files
authored
Update the simulator for lit test to use iPhone 8
1 parent b368b0d commit 0d4dc92

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
@@ -118,7 +118,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
118118
else:
119119
return "simctl spawn --standalone 'iPhone 5'"
120120
else:
121-
return "simctl spawn --standalone 'iPhone Xs'"
121+
return "simctl spawn --standalone 'iPhone 8'"
122122
elif run_os == 'tvos':
123123
return "simctl spawn --standalone 'Apple TV 4K'"
124124
elif run_os == 'watchos':

0 commit comments

Comments
 (0)