diff --git a/test/lit.cfg b/test/lit.cfg index efa9f2b9dbeaa..181fa08d48f20 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -99,7 +99,7 @@ def get_simulator_command(run_os, run_cpu): else: return "simctl spawn --standalone 'iPhone 5'" else: - return "simctl spawn --standalone 'iPhone 8'" + return "simctl spawn --standalone 'iPhone 12'" elif run_os == 'tvos': return "simctl spawn --standalone 'Apple TV'" elif run_os == 'watchos':