Skip to content

Commit

Permalink
bump xCode version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Nov 15, 2024
1 parent 88713ab commit a4dc14e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit a4dc14e

Please sign in to comment.