From ba76d9dae9878d51f407070f991b5c230d755caf Mon Sep 17 00:00:00 2001 From: Itay Date: Tue, 18 Feb 2025 12:37:40 -0300 Subject: [PATCH] Use Xcode 16.1, since 16.2 does not have iOS SDK installed --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 953cdd0..aa25daa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}