Skip to content

Commit b4af14b

Browse files
authored
[ci] Move asan to llvm22 (#910)
1 parent 91b7196 commit b4af14b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,22 @@ jobs:
8282
clang-runtime: '22'
8383
llvm_enable_projects: "clang"
8484
llvm_targets_to_build: "host;NVPTX"
85-
- name: ubu24-x86-gcc12-clang-repl-21-cppyy
85+
- name: ubu24-x86-gcc12-clang-repl-22-asan
8686
os: ubuntu-24.04
8787
compiler: gcc-12
88-
clang-runtime: '21'
89-
cppyy: On
88+
clang-runtime: '22'
9089
llvm_enable_projects: "clang"
9190
llvm_targets_to_build: "host;NVPTX"
92-
Valgrind: On
91+
sanitizer: "Address"
9392
python-version: '3.14'
94-
- name: ubu24-x86-gcc12-clang-repl-21-asan
93+
- name: ubu24-x86-gcc12-clang-repl-21-cppyy
9594
os: ubuntu-24.04
9695
compiler: gcc-12
9796
clang-runtime: '21'
97+
cppyy: On
9898
llvm_enable_projects: "clang"
9999
llvm_targets_to_build: "host;NVPTX"
100-
sanitizer: "Address"
100+
Valgrind: On
101101
python-version: '3.14'
102102
- name: selfh-ubu22-x86-gcc12-clang-repl-22-cuda
103103
os: [self-hosted, cuda, heavy]

0 commit comments

Comments
 (0)