Skip to content

Commit

Permalink
Add CI test for LLVM 17
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf authored Nov 15, 2023
1 parent 667fc70 commit 8b25bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
llvm_version: [16] # 17]
llvm_version: [16, 17]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8b25bfb

Please sign in to comment.