From 9348c9ce253ca1e5e89a83b5a4de304a300e5b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 10 Jun 2025 22:56:49 +0200 Subject: [PATCH] [workflows:executables] update to 'windows-2022' 'windows-2019' will no longer be supported by 2025-06-30 https://github.com/actions/runner-images/issues/12045 --- .github/workflows/executables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/executables.yml b/.github/workflows/executables.yml index 3047163f..4b924a1c 100644 --- a/.github/workflows/executables.yml +++ b/.github/workflows/executables.yml @@ -31,7 +31,7 @@ jobs: architecture: "x64" python-version: "3.13" python-packages: "secretstorage" - - os: "windows-2019" + - os: "windows-2022" architecture: "x86" python-version: "3.8" python-packages: "toml"