We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f76930 commit 98ba448Copy full SHA for 98ba448
.github/workflows/run_tests.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-22.04
20
strategy:
21
matrix:
22
- llvm_version: [11, 12, 13, 14]
+ llvm_version: [11, 12, 13, 14, 15]
23
steps:
24
- uses: actions/checkout@v3
25
with:
0 commit comments