From 694b78df7a1b100a5dfc57fb640c436e336a4c2c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 4 Sep 2025 16:08:07 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d088ff..0ec5bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,11 @@ jobs: container: ubuntu:24.04 os: ubuntu-latest install: g++-14 + - toolset: gcc-15 + cxxstd: "03,11,14,17,20,23,2c" + container: ubuntu:25.04 + os: ubuntu-latest + install: g++-15 - toolset: clang compiler: clang++-3.9 cxxstd: "03,11,14" @@ -172,9 +177,15 @@ jobs: - toolset: clang compiler: clang++-19 cxxstd: "03,11,14,17,20,2b" - container: ubuntu:24.10 + container: ubuntu:24.04 os: ubuntu-latest install: clang-19 + - toolset: clang + compiler: clang++-20 + cxxstd: "03,11,14,17,20,23,2c" + container: ubuntu:25.04 + os: ubuntu-latest + install: clang-20 - toolset: clang cxxstd: "03,11,14,17,20,2b" os: macos-13