diff --git a/.github/workflows/remote-build-ios.yml b/.github/workflows/remote-build-ios.yml index c207d468f404..272726abc480 100644 --- a/.github/workflows/remote-build-ios.yml +++ b/.github/workflows/remote-build-ios.yml @@ -13,6 +13,8 @@ concurrency: jobs: build: runs-on: ${{ github.repository_owner == 'Expensify' && 'macos-15-xlarge' || 'macos-15' }} + env: + DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer strategy: fail-fast: false matrix: diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 5a3be3f992a4..103c4cd0281b 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -369,7 +369,7 @@ jobs: if: ${{ inputs.IOS }} needs: [prep, getMobileExpensifyPR, getMobileExpensifyRef] env: - DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer runs-on: macos-15-xlarge outputs: IOS_PATH: ${{ steps.export-ios-path.outputs.IOS_PATH }} @@ -519,4 +519,4 @@ jobs: ANDROID: ${{ needs.androidHybrid.result }} IOS: ${{ needs.iosHybrid.result }} ANDROID_LINK: ${{ needs.androidHybrid.outputs.S3_APK_PATH }} - IOS_LINK: ${{ needs.iosHybrid.outputs.IOS_PATH }} \ No newline at end of file + IOS_LINK: ${{ needs.iosHybrid.outputs.IOS_PATH }}