[test] Use windows-2019 for tests

(At least for now) resolves #31249
This commit is contained in:
dirkf 2022-10-04 00:42:15 +01:00
parent 7009bb9f31
commit 9493ffdb8b
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ jobs:
run-tests-ext: [sh] run-tests-ext: [sh]
include: include:
# python 3.2 is only available on windows via setup-python # python 3.2 is only available on windows via setup-python
- os: windows-latest - os: windows-2019
python-version: 3.2 python-version: 3.2
python-impl: cpython python-impl: cpython
ytdl-test-set: core ytdl-test-set: core
run-tests-ext: bat run-tests-ext: bat
- os: windows-latest - os: windows-2019
python-version: 3.2 python-version: 3.2
python-impl: cpython python-impl: cpython
ytdl-test-set: download ytdl-test-set: download