From 954482f4522fab8574a46185664ebe7af5e855cb Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 23 Dec 2020 23:27:41 +0100 Subject: [PATCH] ci: GCC version fixed in a CI task name --- .github/workflows/ci-conan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index f473d7bd..890dc714 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -44,8 +44,8 @@ jobs: compiler: { type: VISUAL, version: 16, cc: "cl", cxx: "cl" } } - { - name: "Ubuntu GCC 10.2", - os: ubuntu-latest, + name: "Ubuntu GCC 10.1.0", + os: ubuntu-20.04, compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" } } build_type: [ "Release", "Debug" ]