From 8882d0b74cbd173846b1f8ab8d07a855c4c25e6f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 12 Feb 2023 05:30:33 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95b088d..43eab5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,12 +53,12 @@ jobs: install: g++-10-multilib address-model: 32,64 - toolset: gcc-11 - cxxstd: "03,11,14,17,20" - os: ubuntu-20.04 + cxxstd: "03,11,14,17,20,2b" + os: ubuntu-22.04 install: g++-11-multilib address-model: 32,64 - toolset: gcc-12 - cxxstd: "03,11,14,17,20" + cxxstd: "03,11,14,17,20,2b" os: ubuntu-22.04 install: g++-12-multilib address-model: 32,64 @@ -116,12 +116,20 @@ jobs: install: clang-13 - toolset: clang compiler: clang++-14 - cxxstd: "03,11,14,17,20" + cxxstd: "03,11,14,17,20,2b" os: ubuntu-22.04 install: clang-14 + - toolset: clang + compiler: clang++-15 + cxxstd: "03,11,14,17,20,2b" + os: ubuntu-22.04 + install: clang-15 - toolset: clang cxxstd: "03,11,14,17,2a" os: macos-11 + - toolset: clang + cxxstd: "03,11,14,17,20,2b" + os: macos-12 runs-on: ${{matrix.os}}