From 4c4731a4615be0bc2570bdf3c2bcc39397e9db08 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Fri, 4 Feb 2022 14:09:52 +0100 Subject: [PATCH] GitHub Actions: pin Windows Server version to 2019 --- .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 2884876ba..a8417a5f3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: matrix: bits: [32, 64] - runs-on: windows-latest + runs-on: windows-2019 env: BITS: '${{ matrix.bits }}'