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/*
|
||||
|
||||
deb:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-20.04', 'ubuntu-22.04']
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue