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 bdabb28 commit 53e6233Copy full SHA for 53e6233
.github/workflows/publish.yml
@@ -30,6 +30,7 @@ jobs:
30
- { os: 'focal', tag: 'gcc-8', extras: 'g++-8' }
31
- { os: 'focal', tag: 'gcc-7', extras: 'g++-7' }
32
33
+ - { os: 'noble', tag: 'clang-21', extras: 'llvm-21' }
34
- { os: 'jammy', tag: 'clang-20', extras: 'llvm-20' }
35
- { os: 'jammy', tag: 'clang-19', extras: 'llvm-19' }
36
- { os: 'jammy', tag: 'clang-18', extras: 'llvm-18' }
0 commit comments