mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-10-03 12:37:12 +00:00
[workflows/ci] Update to windows-2022 runner
FFS
This commit is contained in:
parent
617d4e6466
commit
82552faba6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -122,12 +122,12 @@ jobs:
|
|||
ytdl-test-set: ${{ fromJSON(needs.select.outputs.test-set) }}
|
||||
run-tests-ext: [sh]
|
||||
include:
|
||||
- os: windows-2019
|
||||
- os: windows-2022
|
||||
python-version: 3.4
|
||||
python-impl: cpython
|
||||
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'core') && 'core' || 'nocore' }}
|
||||
run-tests-ext: bat
|
||||
- os: windows-2019
|
||||
- os: windows-2022
|
||||
python-version: 3.4
|
||||
python-impl: cpython
|
||||
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'download') && 'download' || 'nodownload' }}
|
||||
|
|
Loading…
Reference in a new issue