Skip to content

Commit

Permalink
Build for Fedora 37
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Dec 9, 2022
1 parent dfeb118 commit 9ef681b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
- build_bionic_64
- build_bullseye_64
- build_buster_64
- build_fedora_35
- build_fedora_36
- build_fedora_37
- build_focal_64
- build_jammy_64
- build_kinetic_64
Expand Down Expand Up @@ -257,11 +257,11 @@ jobs:
name: release_fedora_36
path: ~/rpmbuild/RPMS/*/clementine-*.rpm

build_fedora_35:
name: Build Fedora 35 RPM
build_fedora_37:
name: Build Fedora 37 RPM
runs-on: ubuntu-22.04
container:
image: fedora:35
image: fedora:37
env:
RPM_BUILD_NCPUS: "2"
steps:
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
run: rpmbuild -ba ../dist/clementine.spec
- uses: actions/upload-artifact@v2
with:
name: release_fedora_35
name: release_fedora_37
path: ~/rpmbuild/RPMS/*/clementine-*.rpm

build_mingw:
Expand Down

0 comments on commit 9ef681b

Please sign in to comment.