Skip to content

Commit

Permalink
Use xcode15
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieleecho committed Jun 13, 2024
1 parent 0d2e1db commit 1fccded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: Build and test macOS application
run: |
sudo xcode-select -switch /Applications/Xcode_14.2.app
sudo xcode-select -switch /Applications/Xcode_15.app
xcodebuild -project Space\ Bandits/Space\ Bandits.xcodeproj -scheme "Space Bandits GitHub" test
xcodebuild -project Space\ Bandits/Space\ Bandits.xcodeproj -scheme "Space Bandits" build CONFIGURATION_BUILD_DIR=`pwd`/build

0 comments on commit 1fccded

Please sign in to comment.