Skip to content

Commit

Permalink
Merge pull request #626 from Chilledheart/gh_actions_prepare_for_eol_…
Browse files Browse the repository at this point in the history
…of_centos7

gh actions: prepare for the eol of centos7
  • Loading branch information
Chilledheart authored Jan 7, 2024
2 parents 96f9ec0 + 5ca450e commit cb1ecee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
matrix:
container:
- 'centos7'
- 'centos8'
- 'fedora38'
- 'alpine318'
- 'opensuse15'
# - 'centos8'
# - 'centos9'
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:
matrix:
container:
- 'centos7'
- 'centos8'
- 'fedora38'
- 'opensuse15'
# - 'centos8'
# - 'centos9'
runs-on: ubuntu-22.04
needs: docker_publish
Expand Down

0 comments on commit cb1ecee

Please sign in to comment.