Skip to content

Commit

Permalink
Update Github Actions workflow for Fedora builds
Browse files Browse the repository at this point in the history
* Remove builds for Fedora 39 because it will be EOL soon.
* Add debug and release builds for Fedora 41.
  • Loading branch information
leonlynch committed Nov 1, 2024
1 parent 3fbe829 commit 0c62755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fedora-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Fedora 39", fedora_version: 39 }
- { name: "Fedora 40", fedora_version: 40 }
- { name: "Fedora 41", fedora_version: 41 }

name: ${{ matrix.name }} build (static/debug)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Fedora 39", fedora_version: 39 }
- { name: "Fedora 40", fedora_version: 40 }
- { name: "Fedora 41", fedora_version: 41 }

name: ${{ matrix.name }} release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c62755

Please sign in to comment.