diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 21e0e85b04..cbbdfd5a22 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: CCTOOLS_DOCKER_GITHUB: ${{ matrix.os-name }} strategy: matrix: - os-name: ['centos7', 'almalinux8', 'ubuntu20.04'] + os-name: ['almalinux8', 'ubuntu20.04'] steps: - name: checkout CCTools from branch head if: github.event_name != 'workflow_dispatch'