Skip to content

Commit

Permalink
packaging: add fedora 40 and remove fedora 38 to rpm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Jun 19, 2024
1 parent 7bb1255 commit d9b8e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rpm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "rockylinux:8"
- "rockylinux:9"
- "fedora:39"
- "fedora:38"
- "fedora:40"

steps:
- name: Checkout repo
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- "rockylinux:8"
- "rockylinux:9"
- "fedora:39"
- "fedora:38"
- "fedora:40"
needs: build
steps:
- name: Set environment variables for download
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- "rockylinux:8"
- "rockylinux:9"
- "fedora:39"
- "fedora:38"
- "fedora:40"
needs: test
steps:
- name: Set environment variables for download
Expand Down

0 comments on commit d9b8e3b

Please sign in to comment.