From 635493f1c18de03791a6682fe09a4e1614a864ba Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:42:34 +0200 Subject: [PATCH] Post release updates and AppImage fix --- .github/workflows/build_linux.yml | 2 +- CHANGELOG.md | 6 +++--- utils/build_debian.py | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index cbca61c8..9c38f29e 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -8,7 +8,7 @@ jobs: buildLinux-AppImage: needs: buildAssets - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: PYTHON_VERSION: "3.13" LINUX_TAG: "manylinux_2_28" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4e22f3..455d9449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Release Notes -This is a patch release that fixes some issues with tags and references, and issue with the -auto-complete menu on Windows, and issues with the AppImage on Linux. The Czech translation for -2.7 has been completed. +This is a patch release that fixes some issues with tags and references, an issue with the +auto-complete menu on Windows, and some issues with the AppImage on Linux. The Czech translation +for 2.7 has also been completed. ### Detailed Changelog diff --git a/utils/build_debian.py b/utils/build_debian.py index ea08e705..35b3603f 100644 --- a/utils/build_debian.py +++ b/utils/build_debian.py @@ -185,6 +185,7 @@ def launchpad(args: argparse.Namespace) -> None: ("24.04", "noble"), ("24.10", "oracular"), ("25.04", "plucky"), + ("25.10", "questing"), ] print("Building Ubuntu packages for:")