Skip to content

Commit 1141e04

Browse files
authored
.github/workflows/main.yml: Change to xcode 16 beta 6 (#4744)
Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent d5528af commit 1141e04

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 5'
97+
- name: 'macOS 14: Switch to Xcode 16 Beta 6'
9898
if: matrix.os == 'macos-14'
99-
run: sudo xcode-select -switch /Applications/Xcode_16_beta_5.app
99+
run: sudo xcode-select -switch /Applications/Xcode_16_beta_6.app
100100
- name: Install prerequisites
101101
uses: ./.github/actions/1-setup
102102
with:

0 commit comments

Comments
 (0)