aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordirkf <fieldhouse@gmx.net>2025-09-28 13:41:27 +0100
committerdirkf <fieldhouse@gmx.net>2025-09-29 02:15:05 +0100
commit82552faba6f29ced4914cd670ccd80836364fd45 (patch)
tree79ff22e43536bc678898cdbc68df68a7797fa0b2
parent617d4e646634f035727cae917455ad3cb898dabf (diff)
[workflows/ci] Update to windows-2022 runnerHEADmaster
FFS
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8234e0ccb..c7a8fff84 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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' }}