diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5a7ba62179b8..ceea37b2dc73 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -298,7 +298,7 @@ jobs: needs: prep runs-on: macos-15-xlarge env: - DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.2.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/remote-build-ios.yml b/.github/workflows/remote-build-ios.yml index 4a352e69334c..1e93555479e3 100644 --- a/.github/workflows/remote-build-ios.yml +++ b/.github/workflows/remote-build-ios.yml @@ -20,7 +20,7 @@ jobs: build: runs-on: ${{ github.repository_owner == 'Expensify' && 'macos-15-xlarge' || 'macos-15' }} env: - DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer strategy: fail-fast: false matrix: diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index e189817609e9..4ffd516d4927 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -330,7 +330,7 @@ jobs: if: ${{ inputs.IOS }} needs: [prep, getMobileExpensifyPR, getMobileExpensifyRef] env: - DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer PULL_REQUEST_NUMBER: ${{ needs.prep.outputs.APP_PR_NUMBER }} runs-on: macos-15-xlarge outputs: diff --git a/.github/workflows/verifyHybridApp.yml b/.github/workflows/verifyHybridApp.yml index 09fb79f8f6d6..697b75f3cf2a 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_26.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.2.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: