From 76a44cff091afb054005a5dbaaf5cd177cc3c680 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Aug 2021 19:09:17 +0300 Subject: [PATCH] Disable cxxstd=2a for clang-8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c1123e0..eba72131 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: install: clang-7 - toolset: clang compiler: clang++-8 - cxxstd: "03,11,14,17,2a" + cxxstd: "03,11,14,17" os: ubuntu-20.04 install: clang-8 - toolset: clang