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.
This commit is contained in:
Greg Hudson 2022-02-23 00:31:13 -05:00
parent 1465dbd8fc
commit 1bf30957f8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
fi
windows:
runs-on: windows-latest
runs-on: windows-2019
env:
KRB_INSTALL_DIR: C:\kfw
steps: