Skip to content

Commit 0014aba

Browse files
victoryforceTurboGit
authored andcommitted
Bump LLVM version to 21 in CI
1 parent 789b601 commit 0014aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- "ubuntu:25.10"
6262
compiler:
6363
- { compiler: GNU15, CC: gcc-15, CXX: g++-15, packages: gcc-15 g++-15 }
64-
- { compiler: LLVM20, CC: clang-20, CXX: clang++-20, packages: clang-20 libomp-20-dev llvm-20-dev libc++-20-dev libc++abi1-20 lld-20 clang-tools-20 mlir-20-tools libmlir-20-dev}
64+
- { compiler: LLVM21, CC: clang-21, CXX: clang++-21, packages: clang-21 libomp-21-dev llvm-21-dev libc++-21-dev libc++abi1-21 lld-21 clang-tools-21 mlir-21-tools libmlir-21-dev}
6565
btype:
6666
- Release
6767
target:

0 commit comments

Comments
 (0)