From 55e44e36750dac1f8c3451bc9b5a37b1c2a74609 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 18 Nov 2021 19:13:59 +0400 Subject: [PATCH] Use GCC 10 in GH action --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b4ec6f93d4..3b9f053a9c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -53,7 +53,7 @@ jobs: defaults: run: - shell: scl enable llvm-toolset-7.0 -- scl enable devtoolset-9 -- bash --noprofile --norc -eo pipefail {0} + shell: scl enable llvm-toolset-7.0 -- scl enable devtoolset-10 -- bash --noprofile --norc -eo pipefail {0} strategy: matrix: