Skip to content

Commit

Permalink
ci: fix destination
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Sep 8, 2023
1 parent 860063d commit 053b5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "▸ Executing Tests"

xcodebuild -workspace ${WORKSPACE_PATH} \
-scheme "${SCHEME}" \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=16.2' \
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' \
test \
| xcbeautify

Expand Down

0 comments on commit 053b5e5

Please sign in to comment.