From d195b09bc53ad2621d8585a4ba24ed07f1a0cbb5 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Mon, 23 Aug 2021 12:55:03 -0700 Subject: [PATCH] Update the Simulator device to iPhone 12 --- test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':