Skip to content

Commit

Permalink
Centos 7 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 25, 2024
1 parent 718eac1 commit 02c755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'centos-7', 'rocky-8', 'rocky-9', 'debian-11', 'debian-12', 'fedora', 'ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04']
os: ['rocky-8', 'rocky-9', 'debian-11', 'debian-12', 'fedora', 'ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 02c755a

Please sign in to comment.