CentOS 7 -> Rocky Linux 8

This commit is contained in:
Ilya Fedin
2023-06-05 09:24:29 +04:00
committed by John Preston
parent 27b443b24d
commit df29af5aea
8 changed files with 32 additions and 65 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ on:
jobs:
linux:
name: CentOS 7
name: Rocky Linux 8
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository }}/centos_env
@@ -51,7 +51,7 @@ jobs:
defaults:
run:
shell: scl enable rh-python38 -- scl enable llvm-toolset-7.0 -- scl enable devtoolset-10 -- bash --noprofile --norc -eo pipefail {0}
shell: scl enable gcc-toolset-12 -- bash --noprofile --norc -eo pipefail {0}
strategy:
matrix: