From 3afa802e7bf1e477863cb6fe55e0a4f2ff856571 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 28 Jan 2022 08:40:29 +0100 Subject: [PATCH] Move to the 2022 image, like everywhere else --- .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 a4cc5e9..3086fb0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ concurrency: nope jobs: build-installer: - runs-on: windows-latest + runs-on: windows-2022 steps: - name: Checkout code uses: actions/checkout@v2