Skip to content

Commit c156cb3

Browse files
authored
Update self hosted job to llvm 22 (updates cuda job to llvm 22) (#908)
Update self hosted cuda job in ci to llvm 22
1 parent eeea2e8 commit c156cb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ jobs:
118118
llvm_targets_to_build: "host;NVPTX"
119119
sanitizer: "Address"
120120
python-version: '3.14'
121-
- name: selfh-ubu22-x86-gcc12-clang-repl-21-cuda
121+
- name: selfh-ubu22-x86-gcc12-clang-repl-22-cuda
122122
os: [self-hosted, cuda, heavy]
123123
compiler: gcc-12
124-
clang-runtime: '21'
124+
clang-runtime: '22'
125125
llvm_enable_projects: "clang"
126126
llvm_targets_to_build: "host;NVPTX"
127127
python-version: '3.14'

0 commit comments

Comments
 (0)