]> granicus.if.org Git - vim/commitdiff
patch 8.2.4342: CI will soon switch to other windows version v8.2.4342
authorichizok <gclient.gaap@gmail.com>
Fri, 11 Feb 2022 11:09:40 +0000 (11:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 11:09:40 +0000 (11:09 +0000)
Problem:    CI will soon switch to other windows version.
Solution:   Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi,
            closes #9740)

.github/workflows/ci.yml
src/version.c

index 038fec5b681deffafb79b5f209151d3c5791053e..70c8eec5b3130b0f4ed19bcd7e0fbe3ad80051b6 100644 (file)
@@ -344,7 +344,7 @@ jobs:
           make ${TEST}
 
   windows:
-    runs-on: windows-latest
+    runs-on: windows-2019
 
     env:
       VCVARSALL: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat
index d78e2d1b4540611ca3c412546e7bf802d8dd5af3..d8640c7ff2df71ef65cf5101d941447be8a40cc5 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4342,
 /**/
     4341,
 /**/