From: Greg Hudson Date: Wed, 23 Feb 2022 05:31:13 +0000 (-0500) Subject: Run Windows CI on windows-2019 image for now X-Git-Tag: krb5-1.20-beta1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf30957f856a30ece23f8bbd4be987a936f3895;p=thirdparty%2Fkrb5.git 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. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5e5847489..48c13a5980 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: