diff --git a/.ci/Fedora42/Dockerfile b/.ci/Fedora44/Dockerfile similarity index 95% rename from .ci/Fedora42/Dockerfile rename to .ci/Fedora44/Dockerfile index ee4a856f2..e6c8da7f3 100644 --- a/.ci/Fedora42/Dockerfile +++ b/.ci/Fedora44/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:42 +FROM fedora:44 RUN dnf install -y \ ccache \ diff --git a/.ci/release_template.md b/.ci/release_template.md index 1ce9f4bf7..b5fd6dbc3 100644 --- a/.ci/release_template.md +++ b/.ci/release_template.md @@ -23,8 +23,8 @@ Available pre-compiled binaries for installation: • Debian 13 TrixieDebian 12 BookwormDebian 11 Bullseye + • Fedora 44Fedora 43 - • Fedora 42 We are also packaged in Arch Linux's official extra repository, courtesy of @FFY00. General Linux support is available via a flatpak package at Flathub! diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 3c8e915a8..2e7a64aab 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -131,13 +131,14 @@ jobs: package: DEB - distro: Fedora - version: 42 + version: 43 package: RPM test: skip # Running tests on all distros is superfluous - distro: Fedora - version: 43 + version: 44 package: RPM + test: skip # This is failing to build, currently. To be fixed. - distro: Ubuntu version: 22.04