File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
strategy :
16
16
matrix :
17
- os : [ubuntu-22 .04]
17
+ os : [ubuntu-24 .04]
18
18
sanitizer : [thread, address, undefined]
19
19
env :
20
- CC : clang-17
20
+ CC : clang-18
21
21
CMAKE_GENERATOR : Ninja
22
22
CFLAGS : " -fsanitize=${{ matrix.sanitizer }} -fno-sanitize-recover=all -fno-sanitize=function"
23
23
ASAN_OPTIONS : fast_unwind_on_malloc=0
41
41
- name : Install clang-tools
42
42
run : |
43
43
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
44
- sudo add-apt-repository "deb http://apt.llvm.org/jammy / llvm-toolchain-jammy-17 main"
45
- sudo apt-get update && sudo apt-get install -y clang-17
44
+ sudo add-apt-repository "deb http://apt.llvm.org/noble / llvm-toolchain-noble-18 main"
45
+ sudo apt-get update && sudo apt-get install -y clang-tools-18
46
46
47
47
- name : make info
48
48
run : |
You can’t perform that action at this time.
0 commit comments