Skip to content

Commit

Permalink
use iPhone 15 and iOS 17 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Oct 18, 2023
1 parent 5f982a5 commit 6772aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ci_actions/04_local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 6772aed

Please sign in to comment.