krb5 commit: Run Windows CI on windows-2019 image for now
Greg Hudson
ghudson at mit.edu
Wed Feb 23 01:24:57 EST 2022
https://github.com/krb5/krb5/commit/1bf30957f856a30ece23f8bbd4be987a936f3895
commit 1bf30957f856a30ece23f8bbd4be987a936f3895
Author: Greg Hudson <ghudson at mit.edu>
Date: Wed Feb 23 00:31:13 2022 -0500
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 files changed, 1 insertions(+), 1 deletions(-)
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:
More information about the cvs-krb5
mailing list