From bba2dc70a589974cd0d47d639d0a2597cbc44b88 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Fri, 27 Oct 2023 11:59:31 -0600 Subject: [PATCH] Update test runner tests to iPhone Xs (#2312) To make it a bit easier to use the latest Xcode 15 with the default runtimes, migrate to the iPhone Xs instead of the iPhone 8. Signed-off-by: Matt Robinson --- test/ios_test_runner_unit_test.sh | 2 +- test/ios_xctestrun_runner_ui_test.sh | 2 +- test/ios_xctestrun_runner_unit_test.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/ios_test_runner_unit_test.sh b/test/ios_test_runner_unit_test.sh index deaf2e2e26..f2f7c023ac 100755 --- a/test/ios_test_runner_unit_test.sh +++ b/test/ios_test_runner_unit_test.sh @@ -41,7 +41,7 @@ load( ios_test_runner( name = "ios_x86_64_sim_runner", - device_type = "iPhone 8", + device_type = "iPhone Xs", ) EOF diff --git a/test/ios_xctestrun_runner_ui_test.sh b/test/ios_xctestrun_runner_ui_test.sh index 114ca6913c..7ff90c01f3 100644 --- a/test/ios_xctestrun_runner_ui_test.sh +++ b/test/ios_xctestrun_runner_ui_test.sh @@ -42,7 +42,7 @@ load( ios_xctestrun_runner( name = "ios_x86_64_sim_runner", - device_type = "iPhone 8", + device_type = "iPhone Xs", ) EOF diff --git a/test/ios_xctestrun_runner_unit_test.sh b/test/ios_xctestrun_runner_unit_test.sh index c6acf4256a..28c8c1b3e7 100755 --- a/test/ios_xctestrun_runner_unit_test.sh +++ b/test/ios_xctestrun_runner_unit_test.sh @@ -41,12 +41,12 @@ load( ios_xctestrun_runner( name = "ios_x86_64_sim_runner", - device_type = "iPhone 8", + device_type = "iPhone Xs", ) ios_xctestrun_runner( name = "ios_x86_64_sim_reuse_disabled_runner", - device_type = "iPhone 8", + device_type = "iPhone Xs", reuse_simulator = False, )