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 b27a1e0 commit 2c04d86Copy full SHA for 2c04d86
.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 4'
+ - name: 'macOS 14: Switch to Xcode 16 Beta 5'
98
if: matrix.os == 'macos-14'
99
- run: sudo xcode-select -switch /Applications/Xcode_16_beta_4.app
+ run: sudo xcode-select -switch /Applications/Xcode_16_beta_5.app
100
- name: Install prerequisites
101
uses: ./.github/actions/1-setup
102
0 commit comments