Skip to content

Commit

Permalink
automation: remove EL8 image
Browse files Browse the repository at this point in the history
EL8 is now EOL

Signed-off-by: Tomáš Golembiovský <[email protected]>
  • Loading branch information
nyoxi committed Oct 21, 2024
1 parent deb176f commit 1460f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container: quay.io/ovirt/buildcontainer:${{ matrix.distro }}
strategy:
matrix:
distro: [el8stream, el9stream]
distro: [el9stream]
steps:
- uses: ovirt/checkout-action@main
with:
Expand Down

0 comments on commit 1460f8d

Please sign in to comment.