From bec00dbd702fa19e1ffdcc2e7302db2862e514cb Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 20 Nov 2025 15:01:38 -0700 Subject: [PATCH] Update github runners to use Xcode 26 and build iOS against iOS 26 --- .github/workflows/deploy.yml | 2 +- .github/workflows/verifyHybridApp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f893cb6200bf..1f3ec474ab63 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -355,7 +355,7 @@ jobs: needs: prep runs-on: macos-15-xlarge env: - DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer SHOULD_BUILD_APP: ${{ github.ref == 'refs/heads/staging' || fromJSON(needs.prep.outputs.IS_CHERRY_PICK) }} steps: - name: Checkout diff --git a/.github/workflows/verifyHybridApp.yml b/.github/workflows/verifyHybridApp.yml index 659261843d04..b4e9a4def1ac 100644 --- a/.github/workflows/verifyHybridApp.yml +++ b/.github/workflows/verifyHybridApp.yml @@ -113,7 +113,7 @@ jobs: name: Verify iOS HybridApp builds on main runs-on: macos-15-xlarge env: - DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer # Only run on pull requests that are *not* on a fork if: ${{ !github.event.pull_request.head.repo.fork && github.event_name == 'pull_request' }} steps: