Skip to content

Commit

Permalink
disable centos7 in github
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Jun 14, 2024
1 parent 82da6ba commit 8c882d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8c882d6

Please sign in to comment.