From fdcaf24ccb579cc611d8b62edcdc685bc7aa69e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 23 Oct 2024 14:39:51 +0200 Subject: [PATCH] GHA: Windows: use Server 2022, not 2019 Recently, we've upgraded our build infrastructure. The GHA shall ensure the latter can build Icinga 2. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 18d8e5757b2..2abfc1df87c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ jobs: matrix: bits: [32, 64] - runs-on: windows-2019 + runs-on: windows-2022 env: BITS: '${{ matrix.bits }}'