Skip to content

Commit 471f59c

Browse files
authored
Update Fedora versions in build workflow
1 parent 0a26924 commit 471f59c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build-linux-installer-rpm.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,12 @@ jobs:
268268
# bypass this error for now: Problem: The operation would result in removing the following protected packages: systemd-udev
269269
noautoremove:
270270
gui: --noautoremove
271-
- name: fedora:37
271+
- name: fedora:41
272272
type: fedora
273-
# (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0
274-
url: "docker://fedora:37"
275-
- name: fedora:38
273+
url: "docker://fedora:41"
274+
- name: fedora:42
276275
type: fedora
277-
# (38, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+38&start=0
278-
url: "docker://fedora:38"
276+
url: "docker://fedora:42"
279277
- name: rockylinux:8
280278
type: rocky
281279
url: "docker://rockylinux:8"

0 commit comments

Comments
 (0)