Skip to content

Commit 935778f

Browse files
committed
[LDC] CI: Bump Xcode for macOS arm64
1 parent 279109b commit 935778f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ldc-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
7777
steps:
7878
- uses: actions/checkout@v4
79-
- name: 'macOS 14: Switch to Xcode v15.4'
79+
- name: 'macOS 14: Switch to Xcode 16 Beta 3'
8080
if: matrix.os == 'macos-14'
81-
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
81+
run: sudo xcode-select -switch /Applications/Xcode_16_beta_3.app
8282
- name: Install prerequisites
8383
uses: ./.github/actions/1-setup
8484
with:

0 commit comments

Comments
 (0)