Skip to content

Commit

Permalink
Try Clang 13
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 20, 2024
1 parent 411889f commit 043e422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
submodules: true

- name: Install Clang/LLVM 14
- name: Install Clang/LLVM 13
shell: bash
run: |
brew install llvm@14
echo "$(brew --prefix)/opt/llvm@14/bin" >> "$GITHUB_PATH"
brew install llvm@13
echo "$(brew --prefix)/opt/llvm@13/bin" >> "$GITHUB_PATH"
- name: Clang version
shell: bash
Expand Down

0 comments on commit 043e422

Please sign in to comment.