From 8b20b6c9d5357df4839327bf70834e73e5059bc4 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 9 Feb 2022 15:36:31 -0600 Subject: [PATCH] Locking CI to Windows 2019 windows-latest will begin to point at Windows 2022 soon (and VS 2022), and I think it would be best to stay on 2019 until we officially switch to building with VS 2022. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 720ecf12..f1addad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: # significantly between windows and linux/apple. We also are able to # build our windows binary. check_and_compile_windows: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v1 - name: Set up Python