mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-03-25 08:55:50 +00:00
Use Xcode 16.1, since 16.2 does not have iOS SDK installed
This commit is contained in:
parent
b004f12d21
commit
ba76d9dae9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue