Skip to content

Commit 6983845

Browse files
authored
ci/sanitizers: bump clang and ubuntu (#1242)
1 parent 8b1fed0 commit 6983845

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sanitizers.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-22.04]
17+
os: [ubuntu-24.04]
1818
sanitizer: [thread, address, undefined]
1919
env:
20-
CC: clang-17
20+
CC: clang-18
2121
CMAKE_GENERATOR: Ninja
2222
CFLAGS: "-fsanitize=${{ matrix.sanitizer }} -fno-sanitize-recover=all -fno-sanitize=function"
2323
ASAN_OPTIONS: fast_unwind_on_malloc=0
@@ -41,8 +41,8 @@ jobs:
4141
- name: Install clang-tools
4242
run: |
4343
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
4646
4747
- name: make info
4848
run: |

0 commit comments

Comments
 (0)