logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: 9493ffdb8b690732e995422621bad3ed6c9041f5
parent 7009bb9f3182449ae8cc05cc28b768b63030a485
Author: dirkf <fieldhouse@gmx.net>
Date:   Tue,  4 Oct 2022 00:42:15 +0100

[test] Use windows-2019 for tests
(At least for now) resolves #31249

Diffstat:

M.github/workflows/ci.yml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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