Skip to content

Commit

Permalink
ci: use Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jun 11, 2024
1 parent 5434aea commit 02f1f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ then
exit 1
fi

echo "▸ Selecting Xcode 15"
echo "▸ Selecting Xcode 15.4"

sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer

echo "▸ Using Xcode Version: ${XCODE}"

Expand All @@ -39,6 +39,6 @@ echo "▸ Test ${SCHEME}"

xcodebuild clean test \
-scheme $SCHEME \
-destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15' \
-sdk iphonesimulator17.0 \
-destination 'platform=iOS Simulator,OS=17.4,name=iPhone 15' \
-sdk iphonesimulator17.4 \
| xcbeautify

0 comments on commit 02f1f03

Please sign in to comment.