Fix workflow texts and remove EOL'ed fedora releases

This commit is contained in:
2026-06-05 13:17:19 +02:00
parent a9c56550d9
commit 6b8a09ad5a
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
name: Build and provide rpm of demus-packaging-utils
run-name: Rpmbuild demus-packaging-utils by ${{ github.actor }} by ${{ github.actor }}
run-name: Rpmbuild demus-packaging-utils by ${{ github.actor }}
on: [ release ]
jobs:
rpmbuild:
name: Build and deploy an rpm to the demus.dk repo
strategy:
matrix:
fedoraversion: [ f42, f43, f44, rawhide ]
fedoraversion: [ f44, rawhide ]
runs-on: ${{ matrix.fedoraversion }}-minimal-rpmbuild
steps:
- name: Check out repository code