Skip to content

Commit abcdac0

Browse files
authored
Merge pull request Expensify#68657 from adhorodyski/patch-1
fix: ios gh actions running on macos-15
2 parents 0b429ef + 7d58d0c commit abcdac0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/remote-build-ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313
jobs:
1414
build:
1515
runs-on: ${{ github.repository_owner == 'Expensify' && 'macos-15-xlarge' || 'macos-15' }}
16+
env:
17+
DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer
1618
strategy:
1719
fail-fast: false
1820
matrix:

.github/workflows/testBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ jobs:
369369
if: ${{ inputs.IOS }}
370370
needs: [prep, getMobileExpensifyPR, getMobileExpensifyRef]
371371
env:
372-
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
372+
DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer
373373
runs-on: macos-15-xlarge
374374
outputs:
375375
IOS_PATH: ${{ steps.export-ios-path.outputs.IOS_PATH }}
@@ -519,4 +519,4 @@ jobs:
519519
ANDROID: ${{ needs.androidHybrid.result }}
520520
IOS: ${{ needs.iosHybrid.result }}
521521
ANDROID_LINK: ${{ needs.androidHybrid.outputs.S3_APK_PATH }}
522-
IOS_LINK: ${{ needs.iosHybrid.outputs.IOS_PATH }}
522+
IOS_LINK: ${{ needs.iosHybrid.outputs.IOS_PATH }}

0 commit comments

Comments
 (0)