From e9403da22d2bb16611737cac00d40ed27f6e5157 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 28 May 2021 18:33:52 +0300 Subject: [PATCH] Update ci.yml --- .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 7ca6052..5fcbe7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,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