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.
2 parents 1760dd1 + 06b013f commit 4190978Copy full SHA for 4190978
.github/workflows/unit_tests.yml
@@ -335,8 +335,8 @@ jobs:
335
- compiler: clang
336
cc: "clang"
337
cxx: "clang++"
338
- install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 20
339
- toolchain_root: "/usr/lib/llvm-20"
+ install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 21
+ toolchain_root: "/usr/lib/llvm-21"
340
- compiler: gcc
341
cc: "gcc-14"
342
cxx: "g++-14"
0 commit comments