srctree

Robin Linden parent a1c23ac8 22cc2578
ci: Drop support for libc++14

We're going to start using std::ranges, and libc++ is a bit behind interms of C++20-support, so let's only support the latest release fornow.

inlinesplit
.github/workflows/ci.yaml added: 1, removed: 8, total 0
@@ -38,13 +38,6 @@ jobs:
version: 14
bazel: --config ubsan
 
- name: clang-libc++
os: ubuntu-22.04
compiler: clang
version: 14
bazel: --config libc++
apt: libc++abi-14-dev libc++-14-dev
 
- name: clang-15
os: ubuntu-22.04
compiler: clang