Use Xcode 16.1, since 16.2 does not have iOS SDK installed

This commit is contained in:
Itay 2025-02-18 12:37:40 -03:00
parent b004f12d21
commit ba76d9dae9
No known key found for this signature in database
GPG key ID: 5A84E4954135304B

View file

@ -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 }}