diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f8a7b7b8..37a9fbcf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: build-ios: needs: [changes] if: needs.changes.outputs.ios == 'true' - runs-on: macos-latest + runs-on: macos-26 env: TURBO_CACHE_DIR: .turbo/ios steps: @@ -205,7 +205,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.4' + xcode-version: '26.3' - name: Reset build folder and pods run: rm -rf apps/example/build apps/example/ios/Pods apps/example/ios/Podfile.lock