From d146b15ea351931ea60cda3438aab23bb111d1e1 Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Mon, 9 Jun 2025 20:24:26 +0200 Subject: [PATCH] Update deploy-win.yml --- .github/workflows/deploy-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-win.yml b/.github/workflows/deploy-win.yml index fca7c444d..3e870d2a1 100644 --- a/.github/workflows/deploy-win.yml +++ b/.github/workflows/deploy-win.yml @@ -11,7 +11,7 @@ on: jobs: build_dist: - runs-on: windows-2019 + runs-on: windows-2022 outputs: release_name: ${{ steps.build_dist.outputs.release_name }} branch: ${{ steps.build_dist.outputs.branch }}