From 2a68fca2557f3d493ff9bf3162f8f10cb13698bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:48:43 +0000 Subject: [PATCH] Update dependency windows to v2025 --- .github/workflows/dotnet-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 64b5c217..ac7fd2db 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -55,7 +55,7 @@ jobs: release: if: github.ref_type == 'tag' needs: build - runs-on: windows-2022 + runs-on: windows-2025 permissions: contents: write discussions: write