Skip to content

Commit

Permalink
Update centos as well
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Sep 5, 2024
1 parent 03cc2b1 commit 1188a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,14 +378,14 @@ jobs:
lint-rhel:
name: Lint RPMs
runs-on: ubuntu-latest
container: centos:7
container: centos:8
needs:
- rhel-binary
steps:
- name: Download RPM
uses: actions/download-artifact@v2
with:
name: rpm-el7-testing
name: rpm-el8-testing

- name: Install rpmlint
run: |
Expand Down

0 comments on commit 1188a83

Please sign in to comment.