We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5528af commit 1141e04Copy full SHA for 1141e04
.github/workflows/main.yml
@@ -94,9 +94,9 @@ jobs:
94
with:
95
submodules: true
96
fetch-depth: 50
97
- - name: 'macOS 14: Switch to Xcode 16 Beta 5'
+ - name: 'macOS 14: Switch to Xcode 16 Beta 6'
98
if: matrix.os == 'macos-14'
99
- run: sudo xcode-select -switch /Applications/Xcode_16_beta_5.app
+ run: sudo xcode-select -switch /Applications/Xcode_16_beta_6.app
100
- name: Install prerequisites
101
uses: ./.github/actions/1-setup
102
0 commit comments