mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
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)
This commit is contained in:
parent
414acd342f
commit
bece72785d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4342,
|
||||
/**/
|
||||
4341,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user