From 5879bbd468f93cf759708e9c377acea758788925 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 4 Aug 2025 13:05:50 +0200 Subject: [PATCH] update windows runner image --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 93de039..eed3307 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: windows: timeout-minutes: 15 - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v4