summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-02-11 11:09:40 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-11 11:09:40 +0000
commitbece72785dcbeba00e6424d78a941450fda78929 (patch)
tree98b771f09f641fe34e23ee53b5229c0e0618e1c1 /.github/workflows
parent414acd342f4a66d930da34d419929985b48bd301 (diff)
downloadvim-git-bece72785dcbeba00e6424d78a941450fda78929.tar.gz
patch 8.2.4342: CI will soon switch to other windows versionv8.2.4342
Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 038fec5b6..70c8eec5b 100644
--- 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