Skip to content

Commit

Permalink
CI: remove centos7 and 8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jan 8, 2025
1 parent ce45763 commit 27f1167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
strategy:
matrix:
image: ["centos7", "centos8", "el9", "ubuntu2204", "ubuntu2404"]
image: ["el9", "ubuntu2204", "ubuntu2404"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27f1167

Please sign in to comment.