From a9f5da77997c9c8c8bea1e9049a1a811118ef5bc Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Aug 2021 21:03:48 +0300 Subject: [PATCH] Use 20.04 for gcc-9 and above --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eba72131..9f466d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,13 +45,13 @@ jobs: install: g++-8 - toolset: gcc-9 cxxstd: "03,11,14,17,2a" - os: ubuntu-18.04 + os: ubuntu-20.04 - toolset: gcc-10 cxxstd: "03,11,14,17,2a" - os: ubuntu-18.04 + os: ubuntu-20.04 - toolset: gcc-11 cxxstd: "03,11,14,17,2a" - os: ubuntu-18.04 + os: ubuntu-20.04 install: g++-11 - toolset: clang compiler: clang++-3.5