Use GCC 10 in GH action

This commit is contained in:
Ilya Fedin 2021-11-18 19:13:59 +04:00 committed by John Preston
parent dc8aefd7ad
commit 55e44e3675
1 changed files with 1 additions and 1 deletions

View File

@ -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: