srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
236aa498
0c500def
ci: Switch the clang-17 libstdc++ job over to clang-18
We still test clang-17 in the libc++ job.
inline
split
.github/workflows/ci.yaml
added: 3, removed: 3, total 0
@@ -37,10 +37,10 @@ jobs:
version: 15
bazel: --config asan --config ubsan
- name: clang-17
- name: clang-18
os: ubuntu-22.04
compiler: clang
version: 17
version: 18
- name: clang-15-libc++
os: ubuntu-22.04