From 2c3d4f8bb91400298f285ebd197d808cf14b126a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 20 May 2025 09:18:15 +0200 Subject: [PATCH] Add clang-19 toolset --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53dd630..162d90b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,6 +344,13 @@ jobs: container: ubuntu:24.04 os: ubuntu-latest install: clang-18 + # Linux, clang-19 + - toolset: clang + compiler: clang++-19 + cxxstd: "03,11,14,17,20,2b" + container: ubuntu:24.04 + os: ubuntu-latest + install: clang-19 # Linux, clang-15 libc++ - toolset: clang compiler: clang++-15