]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Run Windows CI on windows-2019 image for now
authorGreg Hudson <ghudson@mit.edu>
Wed, 23 Feb 2022 05:31:13 +0000 (00:31 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 23 Feb 2022 06:24:40 +0000 (01:24 -0500)
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

index d5e58474897727e4605443d846af89f8d9e48300..48c13a598080702da25a16929d8f6f28bf8be077 100644 (file)
@@ -61,7 +61,7 @@ jobs:
                 fi
 
     windows:
-        runs-on: windows-latest
+        runs-on: windows-2019
         env:
             KRB_INSTALL_DIR: C:\kfw
         steps: