From 23bdea693b6c2c2aa0938c8bb51ec70dfcac5fd6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 28 Nov 2023 21:19:01 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80ac8f3..d1cd10f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,17 +116,20 @@ jobs: - toolset: clang compiler: clang++-13 cxxstd: "03,11,14,17,20,2b" - os: ubuntu-22.04 + container: ubuntu:22.04 + os: ubuntu-latest install: clang-13 - toolset: clang compiler: clang++-14 cxxstd: "03,11,14,17,20,2b" - os: ubuntu-22.04 + container: ubuntu:22.04 + os: ubuntu-latest install: clang-14 - toolset: clang compiler: clang++-15 cxxstd: "03,11,14,17,20,2b" - os: ubuntu-22.04 + container: ubuntu:22.04 + os: ubuntu-latest install: clang-15 - toolset: clang compiler: clang++-16 @@ -134,6 +137,12 @@ jobs: os: ubuntu-latest container: ubuntu:23.04 install: clang-16 + - toolset: clang + compiler: clang++-17 + cxxstd: "03,11,14,17,20,2b" + os: ubuntu-latest + container: ubuntu:23.10 + install: clang-17 - toolset: clang cxxstd: "03,11,14,17,2a" os: macos-11