From 5894221924fef20b97cb2cf1cdadfe909de19c95 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 9 Sep 2025 22:07:05 +0200 Subject: [PATCH] ci: Upgrade release workflow to windows 2022 windows-2019 is unsupported by GitHub Actions: https://github.com/actions/runner-images/issues/12045 --- .github/workflows/release.yml | 2 +- doc/changelog.asciidoc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78915aad9..75faefc24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: include: - os: macos-13 - os: macos-14 - - os: windows-2019 + - os: windows-2022 - os: ubuntu-24.04 runs-on: "${{ matrix.os }}" timeout-minutes: 45 diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index b0933f12f..9a8c553ec 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -29,6 +29,8 @@ Added Changed ~~~~~~~ +- Windows releases are now built on Windows Server 2022 (previously 2019), + which might break compatibility with older Windows releases (untested). - The `qutedmenu` userscript now sorts history by the last access time. [[v3.5.2]]