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