mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
.github: Drop ubuntu 20.04 from DEB build
This commit is contained in:
parent
4c99bf8987
commit
29086276ee
7
.github/workflows/python.yml
vendored
7
.github/workflows/python.yml
vendored
|
@ -57,12 +57,7 @@ jobs:
|
||||||
path: legendary/dist/*
|
path: legendary/dist/*
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: ['ubuntu-20.04', 'ubuntu-22.04']
|
|
||||||
fail-fast: false
|
|
||||||
max-parallel: 2
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue