From 7979b3b6c8307c85da82308e2f6af5a4885bca5e Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sat, 20 Mar 2021 07:11:29 +0400 Subject: [PATCH] Fix devtoolset version in linux 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 ea0b7fbb99..e069a53e4e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -55,7 +55,7 @@ jobs: defaults: run: - shell: scl enable devtoolset-8 -- bash --noprofile --norc -eo pipefail {0} + shell: scl enable devtoolset-9 -- bash --noprofile --norc -eo pipefail {0} strategy: matrix: