Skip to content

Commit 4190978

Browse files
authored
Merge pull request #284 from elbeno/update-sanitizer-workflow
⬆️ 👷 Update sanitizer workflow for clang-21
2 parents 1760dd1 + 06b013f commit 4190978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ jobs:
335335
- compiler: clang
336336
cc: "clang"
337337
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"
338+
install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 21
339+
toolchain_root: "/usr/lib/llvm-21"
340340
- compiler: gcc
341341
cc: "gcc-14"
342342
cxx: "g++-14"

0 commit comments

Comments
 (0)