From 10ad81e15c3ec143a32ecc91457617564799c4e7 Mon Sep 17 00:00:00 2001 From: Bill Menees <13545825+menees@users.noreply.github.com> Date: Sun, 2 Jan 2022 17:50:23 -0600 Subject: [PATCH] Update build workflow to 2022 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 557751e..4d32b09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,13 +8,13 @@ on: jobs: build: - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v2 - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v1.1 - name: Build everything run: |