Skip to content

Commit 98ba448

Browse files
CI: compile with LLVM 15
It's now available in Ubuntu 22.04.
1 parent 4f76930 commit 98ba448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
strategy:
2121
matrix:
22-
llvm_version: [11, 12, 13, 14]
22+
llvm_version: [11, 12, 13, 14, 15]
2323
steps:
2424
- uses: actions/checkout@v3
2525
with:

0 commit comments

Comments
 (0)