Try windows-2019, as windows-latest is slow as Hell

This commit is contained in:
w0rp 2023-09-07 21:06:44 +01:00
parent 0d07f4dba6
commit 89428cb957
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 3 additions and 3 deletions

View File

@ -36,13 +36,13 @@ jobs:
- name: Run tests
run: ./run-tests -v ${{ matrix.vim-version }}
test_ale_windows:
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Configure Git
# Stop git from changing newlines
run: git config --global core.autocrlf input
- uses: actions/checkout@v4
- name: Try to Restore Vim
- name: Cache Vim
id: cache-vim
uses: actions/cache@v3
with:
@ -67,7 +67,7 @@ jobs:
with:
path: vader
key: ${{ runner.os }}-vader
- name: Install Vader
- name: Cache Vader
if: steps.cache-vader.outputs.cache-hit != 'true'
shell: pwsh
run: >-