Skip to content

Commit d742be3

Browse files
committed
ci: Switch native macOS CI job to Xcode 15.0
1 parent 8decc5c commit d742be3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
uses: actions/checkout@v4
9090

9191
- name: Clang version
92-
run: clang --version
92+
run: |
93+
sudo xcode-select --switch /Applications/Xcode_15.0.app
94+
clang --version
9395
9496
- name: Install Homebrew packages
9597
env:

0 commit comments

Comments
 (0)