Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/buildIOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Build iOS HybridApp
runs-on: blacksmith-12vcpu-macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_26.6.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
PULL_REQUEST_NUMBER: ${{ inputs.pull-request-number }}
outputs:
IOS_VERSION: ${{ steps.getIOSVersion.outputs.IOS_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
runs-on: blacksmith-12vcpu-macos-latest
if: ${{ fromJSON(needs.prep.outputs.SHOULD_BUILD_NATIVE) }}
env:
DEVELOPER_DIR: /Applications/Xcode_26.6.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
steps:
- name: Checkout
# Upstream checkout on macOS - Blacksmith's git-mirror cache can't work there (see workflows/README.md)
Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
runs-on: blacksmith-12vcpu-macos-latest
if: ${{ always() && !cancelled() && needs.prep.outputs.DEPLOY_ENV == 'production' && needs.iosBuild.result != 'failure' && needs.iosUploadTestflight.result != 'failure' }}
env:
DEVELOPER_DIR: /Applications/Xcode_26.6.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
steps:
- name: Checkout
# Upstream checkout on macOS - Blacksmith's git-mirror cache can't work there (see workflows/README.md)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishReactNativeiOSArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
required: true

env:
DEVELOPER_DIR: /Applications/Xcode_26.6.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer

jobs:
buildSlice:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remote-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: [prep, resolveRefs]
runs-on: ${{ github.repository_owner == 'Expensify' && 'blacksmith-12vcpu-macos-latest' || 'macos-latest' }}
env:
DEVELOPER_DIR: /Applications/Xcode_26.6.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
strategy:
fail-fast: false
matrix:
Expand Down
Loading