Skip to content

Commit 4b3d43f

Browse files
authored
Merge pull request swiftlang#24142 from apple/moiseev-six-s-5.1
[5.1] Use iPhone 6s simulator to run tests
2 parents c3d2837 + eb19ae5 commit 4b3d43f

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

0 commit comments

Comments
 (0)