mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-05-15 06:57:40 -06:00
[workflows/ci.yml] Ubuntu-20.4 -> 22.04
This commit is contained in:
parent
f7dc45d3a6
commit
c2a4a9123b
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -55,7 +55,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
select:
|
select:
|
||||||
name: Select tests from inputs
|
name: Select tests from inputs
|
||||||
runs-on: ubuntu-latest
|
runs-on: https://github.com/dirkf/youtube-dl/edit/master/.github/workflows/ci.yml-latest
|
||||||
outputs:
|
outputs:
|
||||||
cpython-versions: ${{ steps.run.outputs.cpython-versions }}
|
cpython-versions: ${{ steps.run.outputs.cpython-versions }}
|
||||||
test-set: ${{ steps.run.outputs.test-set }}
|
test-set: ${{ steps.run.outputs.test-set }}
|
||||||
@ -116,7 +116,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-22.04]
|
||||||
python-version: ${{ fromJSON(needs.select.outputs.cpython-versions) }}
|
python-version: ${{ fromJSON(needs.select.outputs.cpython-versions) }}
|
||||||
python-impl: [cpython]
|
python-impl: [cpython]
|
||||||
ytdl-test-set: ${{ fromJSON(needs.select.outputs.test-set) }}
|
ytdl-test-set: ${{ fromJSON(needs.select.outputs.test-set) }}
|
||||||
@ -133,12 +133,12 @@ jobs:
|
|||||||
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'download') && 'download' || 'nodownload' }}
|
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'download') && 'download' || 'nodownload' }}
|
||||||
run-tests-ext: bat
|
run-tests-ext: bat
|
||||||
# jython
|
# jython
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
python-version: 2.7
|
python-version: 2.7
|
||||||
python-impl: jython
|
python-impl: jython
|
||||||
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'core') && 'core' || 'nocore' }}
|
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'core') && 'core' || 'nocore' }}
|
||||||
run-tests-ext: sh
|
run-tests-ext: sh
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
python-version: 2.7
|
python-version: 2.7
|
||||||
python-impl: jython
|
python-impl: jython
|
||||||
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'download') && 'download' || 'nodownload' }}
|
ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'download') && 'download' || 'nodownload' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user