Skip to content

Commit

Permalink
Update Github Actions workflow for Fedora builds
Browse files Browse the repository at this point in the history
* Remove Fedora 36 builds because it is EOL
* Add Fedora 39 debug build
* Add Fedora 39 release build
  • Loading branch information
leonlynch committed Oct 31, 2023
1 parent 3f6f71d commit e6a5fb5
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,9 +15,9 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Fedora 36", fedora_version: 36 }
- { name: "Fedora 37", fedora_version: 37 }
- { name: "Fedora 38", fedora_version: 38 }
- { name: "Fedora 39", fedora_version: 39 }

name: ${{ matrix.name }} build (static/debug)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,9 +55,9 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Fedora 36", fedora_version: 36 }
- { name: "Fedora 37", fedora_version: 37 }
- { name: "Fedora 38", fedora_version: 38 }
- { name: "Fedora 39", fedora_version: 39 }

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

0 comments on commit e6a5fb5

Please sign in to comment.