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 f14f0c6 + 2dc9c5a commit 1669b59Copy full SHA for 1669b59
.github/workflows/unit_tests.yml
@@ -338,8 +338,8 @@ jobs:
338
- compiler: clang
339
cc: "clang"
340
cxx: "clang++"
341
- install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 20
342
- 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"
343
- compiler: gcc
344
cc: "gcc-14"
345
cxx: "g++-14"
0 commit comments