diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c948bc7..2c66e4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -334,6 +334,8 @@ jobs: cxxstd: "11,14,17,20,23,2c" container: ubuntu:25.04 os: ubuntu-latest + install: + - clang-20 # Linux, clang-15 libc++ - toolset: clang compiler: clang++-15