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 2, 2024
1 parent fe909db commit d6e6053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fedora-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Fedora 39", fedora_version: 39, deps: "none", build_emv_tool: NO }
- { name: "Fedora 39", fedora_version: 39, deps: "pcsclite/qt", build_emv_tool: YES }
- { name: "Fedora 40", fedora_version: 40, deps: "none", build_emv_tool: NO }
- { name: "Fedora 40", fedora_version: 40, deps: "pcsclite/qt", build_emv_tool: YES }
- { name: "Fedora 41", fedora_version: 41, deps: "pcsclite/qt", build_emv_tool: YES }

name: ${{ matrix.name }} build (static/debug/${{ matrix.deps }})
runs-on: ubuntu-latest
Expand Down Expand Up @@ -66,8 +66,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 d6e6053

Please sign in to comment.