Skip to content

Commit 2c04d86

Browse files
committed
GHA: Adopt new Xcode 16 beta
1 parent b27a1e0 commit 2c04d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
with:
9595
submodules: true
9696
fetch-depth: 50
97-
- name: 'macOS 14: Switch to Xcode 16 Beta 4'
97+
- name: 'macOS 14: Switch to Xcode 16 Beta 5'
9898
if: matrix.os == 'macos-14'
99-
run: sudo xcode-select -switch /Applications/Xcode_16_beta_4.app
99+
run: sudo xcode-select -switch /Applications/Xcode_16_beta_5.app
100100
- name: Install prerequisites
101101
uses: ./.github/actions/1-setup
102102
with:

0 commit comments

Comments
 (0)