From c68d3d6e5514339f3ba9a66c2b1b8376a9f5eb9d Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Sun, 7 Apr 2024 21:00:35 +0100 Subject: [PATCH] Run CI on Fedora 40 --- .github/workflows/build.yaml | 10 +++++----- .github/workflows/release.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 70991f6..10989bd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}" @@ -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 @@ -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: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 597491f..46bffee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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