From 865eb98c9ca7d37e95ed062c4d4197b15c1e3d18 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 13 Dec 2024 22:38:40 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b4740c..bb87523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,11 +146,11 @@ jobs: os: ubuntu-latest install: clang-18 - toolset: clang - compiler: clang++-10 + compiler: clang++-19 cxxstd: "03,11,14,17,20,2b" container: ubuntu:24.10 os: ubuntu-latest - install: clang-10 + install: clang-19 - toolset: clang cxxstd: "03,11,14,17,20,2b" os: macos-13