Skip to content

Commit

Permalink
Bump Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuuszzzzz committed Dec 20, 2024
1 parent 2d7d05d commit 4ced7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
needs: [validateActor, getBranchRef]
if: ${{ fromJSON(needs.validateActor.outputs.READY_TO_BUILD) }}
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
runs-on: macos-13-xlarge
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
runs-on: macos-15-xlarge
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -163,7 +163,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.2.0.app

- name: Setup Ruby
uses: ruby/[email protected]
Expand Down

0 comments on commit 4ced7e2

Please sign in to comment.