# HG changeset patch # User Bram Moolenaar # Date 1644578103 -3600 # Node ID 286f012d30fbe849a7d4e06669115f1acaf2d3e3 # Parent 908300c6aa8e1d6785475c59ff4c27f762f2c7a8 patch 8.2.4342: CI will soon switch to other windows version Commit: https://github.com/vim/vim/commit/bece72785dcbeba00e6424d78a941450fda78929 Author: ichizok Date: Fri Feb 11 11:09:40 2022 +0000 patch 8.2.4342: CI will soon switch to other windows version Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4342, +/**/ 4341, /**/ 4340,