[31098] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Run Windows CI on windows-2019 image for now

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Feb 23 01:25:30 2022

Date: Wed, 23 Feb 2022 01:24:57 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <202202230624.21N6OvP3031531@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/1bf30957f856a30ece23f8bbd4be987a936f3895
commit 1bf30957f856a30ece23f8bbd4be987a936f3895
Author: Greg Hudson <ghudson@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:
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post