diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 117a5042b2..684c9672d0 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', 'almalinux9', 'ubuntu20.04'] + os-name: ['almalinux8', 'almalinux9', 'ubuntu20.04'] steps: - name: checkout CCTools from branch head if: github.event_name != 'workflow_dispatch'