Skip to content

Commit

Permalink
Fix CI for Xcode 16 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman authored Sep 20, 2024
1 parent ea8e6a5 commit f38ebab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
run: just install-gemstone

- name: Unit Tests
run: just test
run: |
sudo xcode-select -s /Applications/Xcode_16_Release_Candidate.app
just test
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test:
@set -o pipefail && xcodebuild -project Gem.xcodeproj \
-scheme Gem \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 15" \
-destination "platform=iOS Simulator,name=iPhone 16" \
test | xcbeautify

localize:
Expand Down

0 comments on commit f38ebab

Please sign in to comment.