From 58879f597d88ef97ccb2c57778774486a02bdd16 Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Sat, 29 Jun 2024 13:43:02 +0200 Subject: [PATCH] Freeze Windows version to Server 2022. Freezes the Windows version to Server 2022 in case the upcoming Server 2025 version is not ready yet for reproduction. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd40911cb..b4933055f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ env: jobs: build: - runs-on: windows-latest + runs-on: windows-2022 steps: - name: Print inputs