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 27, 2024
1 parent 9c2238f commit 3f1b4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 Down
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 3f1b4de

Please sign in to comment.