We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279109b commit 935778fCopy full SHA for 935778f
.github/workflows/ldc-release.yml
@@ -76,9 +76,9 @@ jobs:
76
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
77
steps:
78
- uses: actions/checkout@v4
79
- - name: 'macOS 14: Switch to Xcode v15.4'
+ - name: 'macOS 14: Switch to Xcode 16 Beta 3'
80
if: matrix.os == 'macos-14'
81
- run: sudo xcode-select -switch /Applications/Xcode_15.4.app
+ run: sudo xcode-select -switch /Applications/Xcode_16_beta_3.app
82
- name: Install prerequisites
83
uses: ./.github/actions/1-setup
84
with:
0 commit comments