Skip to content

Commit

Permalink
test: run tests on iOS 17.2 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed May 27, 2024
1 parent 4962baf commit 1b32d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ fi
TEST_RUNNER_CLIENT_TOKEN=$test_runner_client_token TEST_RUNNER_TEST_FLAG_NAME=$2 xcodebuild \
-quiet \
-scheme Confidence-Package \
-destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' \
test)

0 comments on commit 1b32d05

Please sign in to comment.