.github: Drop ubuntu 20.04 from DEB build

This commit is contained in:
derrod 2022-11-04 16:12:54 +01:00
parent 4c99bf8987
commit 29086276ee

View file

@ -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