diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index f53eda306d..bbfd6ff835 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -42,7 +42,7 @@ jobs: run: | git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git -b ${{ env.REF }} . - - name: Install gcc 10 + - name: Install gcc 11 run: | yum install -y centos-release-scl yum install -y devtoolset-11-gcc* diff --git a/.github/workflows/install-cmake-328/action.yml b/.github/workflows/install-cmake-328/action.yml index a6f111746c..9c2beb7876 100644 --- a/.github/workflows/install-cmake-328/action.yml +++ b/.github/workflows/install-cmake-328/action.yml @@ -7,7 +7,7 @@ runs: - name: Build cmake shell: bash run: | - source /opt/rh/devtoolset-10/enable + source /opt/rh/devtoolset-11/enable yum -y install openssl-devel wget https://github.com/Kitware/CMake/releases/download/v3.28.2/cmake-3.28.2.tar.gz tar -xvf cmake-3.28.2.tar.gz