Skip to content

Commit 2dc9c5a

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 f14f0c6 commit 2dc9c5a

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)