Skip to content

Commit 2033d4e

Browse files
authored
Merge pull request #24132 from moiseev/six-s
Use iPhone 6s simulator instead of an iPhone 6 to run tests
2 parents a8c2b50 + 76895dd commit 2033d4e

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)