Skip to content

Commit 4d908d3

Browse files
committed
GHA: Switch to Xcode 16 final
1 parent 99883ac commit 4d908d3

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

0 commit comments

Comments
 (0)