From edd70cfd66b2bb7750f148825f772a25f8ea57e3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 Sep 2021 17:43:05 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e73a2..7cf1d5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,13 +92,14 @@ 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 compiler: clang++-9 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + install: clang-9 - toolset: clang compiler: clang++-10 cxxstd: "03,11,14,17,2a"