From 3ed1c76efdce0585a4ff6f56fbca25e9559955ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 1 Jul 2024 01:01:42 +0200 Subject: [PATCH] Remove C++03 for clang/libc++ --- .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 b857859d..adeceaba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -323,7 +323,7 @@ jobs: # Linux, clang-18 libc++ - toolset: clang compiler: clang++-18 - cxxstd: "03,11,14,17,20,2b" + cxxstd: "11,14,17,20,2b" os: ubuntu-24.04 install: - clang-18 @@ -348,7 +348,7 @@ jobs: - name: UBSAN toolset: clang compiler: clang++-18 - cxxstd: "03,11,14,17,20" + cxxstd: "11,14,17,20" cxxflags: -stdlib=libc++ linkflags: -stdlib=libc++ ubsan: 1