commit | bece72785dcbeba00e6424d78a941450fda78929 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Fri Feb 11 11:09:40 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 11:09:40 2022 +0000 |
tree | 98b771f09f641fe34e23ee53b5229c0e0618e1c1 | |
parent | 414acd342f4a66d930da34d419929985b48bd301 [diff] [blame] |
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/src/version.c b/src/version.c index d78e2d1..d8640c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4342, +/**/ 4341, /**/ 4340,