Skip to content

Commit

Permalink
ci: use clang 16 for macOS (rime#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored and graphemecluster committed Sep 3, 2023
1 parent 6363870 commit c224f3a
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 c224f3a

Please sign in to comment.