Skip to content

Commit

Permalink
Use clang-16 for macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta committed Sep 4, 2024
1 parent 297cc70 commit 9d15360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: Aquire dependencies and compile
shell: bash
run: |
brew install llvm@16
cd $GITHUB_WORKSPACE
make CC=clang
make CC=clang-16
- name: Run test script
shell: bash
run: |
Expand Down

0 comments on commit 9d15360

Please sign in to comment.