comparison .github/workflows/ci.yml @ 27632:286f012d30fb v8.2.4342

patch 8.2.4342: CI will soon switch to other windows version Commit: https://github.com/vim/vim/commit/bece72785dcbeba00e6424d78a941450fda78929 Author: ichizok <gclient.gaap@gmail.com> 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 12:15:03 +0100
parents 7f9aa41a567a
children 7765b0447add
comparison
equal deleted inserted replaced
27631:908300c6aa8e 27632:286f012d30fb
342 timeout-minutes: 20 342 timeout-minutes: 20
343 run: | 343 run: |
344 make ${TEST} 344 make ${TEST}
345 345
346 windows: 346 windows:
347 runs-on: windows-latest 347 runs-on: windows-2019
348 348
349 env: 349 env:
350 VCVARSALL: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat 350 VCVARSALL: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat
351 # Interfaces 351 # Interfaces
352 # Lua 352 # Lua