Skip to content

Commit

Permalink
ci: Switch native macOS CI job to Xcode 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 8, 2024
1 parent 8decc5c commit d742be3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
uses: actions/checkout@v4

- name: Clang version
run: clang --version
run: |
sudo xcode-select --switch /Applications/Xcode_15.0.app
clang --version
- name: Install Homebrew packages
env:
Expand Down

0 comments on commit d742be3

Please sign in to comment.