From 1bf30957f856a30ece23f8bbd4be987a936f3895 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 23 Feb 2022 00:31:13 -0500 Subject: Run Windows CI on windows-2019 image for now The Github Actions windows-latest runner label now uses Windows Server 2022, which requires different setup steps for the Visual Studio environment and does not contain CRT merge modules for VS 2022 (though it does for VS 2017). For now, run the Windows build on windows-2019. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5e5847..48c13a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: fi windows: - runs-on: windows-latest + runs-on: windows-2019 env: KRB_INSTALL_DIR: C:\kfw steps: -- cgit v1.1