Skip to content

Commit 1669b59

Browse files
authored
Merge pull request #783 from elbeno/update-sanitizer-workflow
⬆️ 👷 Update sanitizer workflow for clang-21
2 parents f14f0c6 + 2dc9c5a commit 1669b59

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
@@ -338,8 +338,8 @@ jobs:
338338
- compiler: clang
339339
cc: "clang"
340340
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"
341+
install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 21
342+
toolchain_root: "/usr/lib/llvm-21"
343343
- compiler: gcc
344344
cc: "gcc-14"
345345
cxx: "g++-14"

0 commit comments

Comments
 (0)