Skip to content

Commit

Permalink
Build with Xcode 16.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Nov 28, 2024
1 parent 9c2238f commit 0cc5904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_16.1_beta.app
run: sudo xcode-select -s /Applications/Xcode_16.1.0.app

- name: Disable macro validation
run: |
Expand All @@ -27,6 +27,7 @@ jobs:
run: |
uname -a
xcodebuild -version
xcrun simctl list
- name: Build
run: xcodebuild -project Ensemble.xcodeproj -scheme ${{ matrix.scheme }} CODE_SIGNING_ALLOWED=NO
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cp Release/iOS.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_16.1_beta.app
run: sudo xcode-select -s /Applications/Xcode_16.1.0.app

- name: Disable macro validation
run: |
Expand Down

0 comments on commit 0cc5904

Please sign in to comment.