From 6772aedd6209d5d3588f8d5432f2febcad1605ba Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Wed, 18 Oct 2023 07:57:07 -0500 Subject: [PATCH] use iPhone 15 and iOS 17 for tests --- code/ci_actions/04_local_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ci_actions/04_local_tests.sh b/code/ci_actions/04_local_tests.sh index 53c4772..1c3bf23 100755 --- a/code/ci_actions/04_local_tests.sh +++ b/code/ci_actions/04_local_tests.sh @@ -9,8 +9,8 @@ pushd $CODE_DIR WORKSPACE="getting started.xcworkspace" SCHEME="getting started" -PHONE_MODEL="iPhone 14 Pro" -IOS_VERSION="16.4" +PHONE_MODEL="iPhone 15 Pro" +IOS_VERSION="17.0" xcodebuild test \ -workspace "$WORKSPACE" \