Private
Public Access
1
0

[gtk] update build for Fedora 43 (untested)

This commit is contained in:
2026-04-12 17:41:04 -07:00
parent 2f70440834
commit f9798a41e9
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
build-gtk-rpm-release: build-gtk-rpm-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: fedora:40 image: fedora:43
steps: steps:
# The default Gitea runner image is Debian-based. Build the GTK RPM in a # The default Gitea runner image is Debian-based. Build the GTK RPM in a

View File

@@ -1,4 +1,4 @@
FROM fedora:40 FROM fedora:43
# Install RPM build tools and dependencies # Install RPM build tools and dependencies
RUN dnf update -y && dnf install -y \ RUN dnf update -y && dnf install -y \