diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d19842781..e1aa9a55c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -576,7 +576,7 @@ jobs: matrix: centos: - 7 # GCC 4.8 - - 8 + # BROKEN_2021-06-03 - 8 name: "🐍 3 • CentOS ${{ matrix.centos }} • x64" container: "centos:${{ matrix.centos }}" diff --git a/.github/workflows/ci_sh_def.yml b/.github/workflows/ci_sh_def.yml index 46b96e08c..2e42cb7a9 100644 --- a/.github/workflows/ci_sh_def.yml +++ b/.github/workflows/ci_sh_def.yml @@ -594,7 +594,7 @@ jobs: matrix: centos: - 7 # GCC 4.8 - - 8 + # BROKEN_2021-06-03 - 8 name: "🐍 3 • CentOS ${{ matrix.centos }} • x64" container: "centos:${{ matrix.centos }}"