From: dirkf Date: Mon, 3 Oct 2022 23:42:15 +0000 (+0100) Subject: [test] Use windows-2019 for tests X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=9493ffdb8b690732e995422621bad3ed6c9041f5;p=youtube-dl [test] Use windows-2019 for tests (At least for now) resolves #31249 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90bd63c32..a609f3704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: run-tests-ext: [sh] include: # python 3.2 is only available on windows via setup-python - - os: windows-latest + - os: windows-2019 python-version: 3.2 python-impl: cpython ytdl-test-set: core run-tests-ext: bat - - os: windows-latest + - os: windows-2019 python-version: 3.2 python-impl: cpython ytdl-test-set: download