From 64aa63e0a28d15cbb06c5ec1e42b60a54155db22 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Fri, 27 Dec 2024 09:28:13 +0800 Subject: [PATCH] update github actions for ubuntu/clang --- .github/workflows/ci.yml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 457b002..ddc715c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: install: clang-12 compiler: clang++-12 cxxstd: "14,17,20" - os: ubuntu-22.04 + os: ubuntu-20.04 supported: true - toolset: clang install: clang-13 @@ -92,12 +92,25 @@ jobs: cxxstd: "14,17,20" os: ubuntu-22.04 supported: true - # - toolset: clang - # install: clang-16 - # compiler: clang++-16 - # cxxstd: "14,17,20" - # os: ubuntu-22.04 - # supported: true + - toolset: clang + install: clang-16 + compiler: clang++-16 + cxxstd: "14,17,20" + os: ubuntu-24.04 + supported: true + - toolset: clang + compiler: clang++-17 + cxxstd: "14,17,20,2b" + os: ubuntu-24.04 + install: clang-17 + supported: true + - toolset: clang + compiler: clang++-18 + cxxstd: "14,17,20,2b" + os: ubuntu-24.04 + install: clang-18 + supported: true + # macos - description: macos-13