From b0b2ed2814bc03093b917eef92db26a9cb03d146 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 1 Oct 2021 01:14:41 +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 5f50ee8..669bc06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 install: g++-10 - - toolset: gcc-10 + - toolset: gcc-11 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 install: g++-11