Skip to content

Commit

Permalink
ci: use clang 16 for macOS (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Sep 3, 2023
1 parent 2849335 commit 26ae8aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Configure build environment
run: |
brew install llvm
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
echo git_ref_name="$(git describe --always)" >> $GITHUB_ENV
- name: Configure build variant
Expand Down

0 comments on commit 26ae8aa

Please sign in to comment.