Skip to content

Commit

Permalink
Run CI on Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Apr 7, 2024
1 parent 048f211 commit c68d3d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
rpm:
runs-on: ubuntu-latest
container:
image: docker.io/library/fedora:38
image: docker.io/library/fedora:40
options: "--privileged"
outputs:
version: "${{ steps.version.outputs.version }}"
Expand All @@ -76,7 +76,7 @@ jobs:
if: always()
with:
name: mock-logs
path: /var/lib/mock/fedora-38-x86_64/result/*
path: /var/lib/mock/fedora-40-x86_64/result/*

- name: Get RPM Version and Release
id: version
Expand All @@ -86,19 +86,19 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: hstsparser-${{ steps.version.outputs.version }}.src.rpm
path: /var/lib/mock/fedora-38-x86_64/result/hstsparser-${{ steps.version.outputs.version }}.src.rpm
path: /var/lib/mock/fedora-40-x86_64/result/hstsparser-${{ steps.version.outputs.version }}.src.rpm
if-no-files-found: error

- name: Upload RPM
uses: actions/upload-artifact@v3
with:
name: hstsparser-${{ steps.version.outputs.version }}.noarch.rpm
path: /var/lib/mock/fedora-38-x86_64/result/hstsparser-${{ steps.version.outputs.version }}.noarch.rpm
path: /var/lib/mock/fedora-40-x86_64/result/hstsparser-${{ steps.version.outputs.version }}.noarch.rpm
if-no-files-found: error

rpmlint:
runs-on: ubuntu-latest
container: docker.io/library/fedora:38
container: docker.io/library/fedora:40
needs: rpm

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
generate_release_notes: true
files: |
hstsparser.exe
hstsparser-${{inputs.version}}.fc38.noarch.rpm
hstsparser-${{inputs.version}}.fc40.noarch.rpm
pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c68d3d6

Please sign in to comment.