Skip to content

Commit fc6f21d

Browse files
committed
disable centos7 github action for now
1 parent 4bbbcae commit fc6f21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CCTOOLS_DOCKER_GITHUB: ${{ matrix.os-name }}
2929
strategy:
3030
matrix:
31-
os-name: ['centos7', 'almalinux8', 'ubuntu20.04']
31+
os-name: ['almalinux8', 'ubuntu20.04']
3232
steps:
3333
- name: checkout CCTools from branch head
3434
if: github.event_name != 'workflow_dispatch'

0 commit comments

Comments
 (0)