From 8f40bff2f6e715affd2abeddc8213670927f728f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 29 Oct 2021 00:48:48 +0300 Subject: [PATCH] Remove cxxstd=2a from 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 8cb7007..e6fa387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,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