diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1447bbf20c6d..7bd4412a4618 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -363,7 +363,7 @@ jobs: name: Build and deploy iOS needs: prep env: - DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.0.0.app/Contents/Developer runs-on: macos-13-xlarge steps: - name: Checkout @@ -486,7 +486,7 @@ jobs: needs: prep runs-on: macos-13-xlarge env: - DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.0.0.app/Contents/Developer defaults: run: working-directory: Mobile-Expensify/react-native diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 035879bf9727..f34c63067024 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -143,7 +143,7 @@ jobs: needs: [validateActor, getBranchRef] if: ${{ fromJSON(needs.validateActor.outputs.READY_TO_BUILD) }} env: - DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.0.0.app/Contents/Developer runs-on: macos-13-xlarge steps: - name: Checkout @@ -165,7 +165,7 @@ jobs: uses: ./.github/actions/composite/setupNode - name: Setup XCode - run: sudo xcode-select -switch /Applications/Xcode_15.2.0.app + run: sudo xcode-select -switch /Applications/Xcode_16.0.0.app - name: Setup Ruby uses: ruby/setup-ruby@v1.190.0