Skip to content

Commit 06b013f

Browse files
committed
⬆️ 👷 Update sanitizer workflow for clang-21
Problem: - Sanitizer workflows are still running on clang-20. Solution: - Update to clang-21.
1 parent 0a964c7 commit 06b013f

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)