Skip to content

Commit

Permalink
[LDC] CI: Bump Xcode for macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jul 27, 2024
1 parent 279109b commit 935778f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ldc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
steps:
- uses: actions/checkout@v4
- name: 'macOS 14: Switch to Xcode v15.4'
- name: 'macOS 14: Switch to Xcode 16 Beta 3'
if: matrix.os == 'macos-14'
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
run: sudo xcode-select -switch /Applications/Xcode_16_beta_3.app
- name: Install prerequisites
uses: ./.github/actions/1-setup
with:
Expand Down

0 comments on commit 935778f

Please sign in to comment.