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:")