From 9c3a0022b25d3e483f9100cc363bc93a72fd900a Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 6 Feb 2024 00:44:24 +0300 Subject: [PATCH] Added gcc-13 and clang-17 CI jobs. --- .github/workflows/ci.yml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28dda60..e8ae73f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,12 @@ jobs: os: ubuntu-22.04 install: - g++-12 + - toolset: gcc-13 + cxxstd: "11,14,17,20,23" + os: ubuntu-latest + container: ubuntu:23.04 + install: + - g++-13 - name: UBSAN toolset: gcc-11 cxxstd: "11,14,17,20,23" @@ -247,15 +253,25 @@ jobs: source_keys: - "https://apt.llvm.org/llvm-snapshot.gpg.key" - toolset: clang - compiler: clang++-16 - cxxstd: "11,14,17,20,2b" + compiler: clang++-17 + cxxstd: "11,14,17,20,23" os: ubuntu-22.04 install: - - clang-16 - - libc++-16-dev - - libc++abi-16-dev + - clang-17 sources: - - "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main" + - "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main" + source_keys: + - "https://apt.llvm.org/llvm-snapshot.gpg.key" + - toolset: clang + compiler: clang++-17 + cxxstd: "11,14,17,20,23" + os: ubuntu-22.04 + install: + - clang-17 + - libc++-17-dev + - libc++abi-17-dev + sources: + - "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main" source_keys: - "https://apt.llvm.org/llvm-snapshot.gpg.key" cxxflags: -stdlib=libc++