Skip to content

Commit

Permalink
Use Xcode 16.1, since 16.2 does not have iOS SDK installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaybre committed Feb 18, 2025
1 parent b004f12 commit ba76d9d
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 @@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.2.0.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_16.1.0.app/Contents/Developer'
- name: Run fastlane
env:
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_TOKEN }}
Expand Down

0 comments on commit ba76d9d

Please sign in to comment.