Skip to content

Commit 53474b8

Browse files
authored
Merge pull request #25267 from apple/shahmishal-patch-3
Update the test simulator to iPhone Xs
2 parents 8ef1656 + 574dc53 commit 53474b8

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 'iPhone 5'"
120120
else:
121-
return "simctl spawn 'iPhone 6s'"
121+
return "simctl spawn 'iPhone Xs'"
122122
elif run_os == 'tvos':
123123
return "simctl spawn 'Apple TV 4K'"
124124
elif run_os == 'watchos':

0 commit comments

Comments
 (0)