From 72221d1da0ada73871ff5e0f8e60fe5ecbd7a296 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 8 Jun 2021 18:59:28 +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 56bd598..1c1123e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,8 +105,9 @@ jobs: install: clang-8 - toolset: clang compiler: clang++-9 - cxxstd: "03,11,14,17" + cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + install: clang-9 - toolset: clang compiler: clang++-10 cxxstd: "03,11,14,17,2a"