From 942009f4f0e106374430f13afb0eb73e4c0db69e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 28 Jul 2021 13:09:54 +0200 Subject: [PATCH] ci: "Ubuntu GCC 10.1.0" removed and "10.2.0" renamed to "10.3.0" "Ubuntu GCC 10.1.0" is no longer provided on `ubuntu-18.04` image --- .github/workflows/ci-conan.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 84052ef7..569d4458 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -44,13 +44,7 @@ jobs: compiler: { type: VISUAL, version: 16, cc: "cl", cxx: "cl" } } - { - name: "Ubuntu GCC 10.1.0", - os: ubuntu-18.04, - compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }, - lib: "libstdc++11" - } - - { - name: "Ubuntu GCC 10.2.0", + name: "Ubuntu GCC 10.3.0", os: ubuntu-20.04, compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }, lib: "libstdc++11"