Remove PPA Impish, add Kinetic

pull/601/head
Emmanuel Engelhart 3 years ago
parent 0df6a1624b
commit e1b314267b
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

@ -8,8 +8,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
distro: distro:
- ubuntu-kinetic
- ubuntu-jammy - ubuntu-jammy
- ubuntu-impish
- ubuntu-focal - ubuntu-focal
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -41,10 +41,10 @@ jobs:
args: --no-sign args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }} ppa: ${{ steps.ppa.outputs.ppa }}
- uses: legoktm/gh-action-build-deb@ubuntu-impish - uses: legoktm/gh-action-build-deb@ubuntu-kinetic
if: matrix.distro == 'ubuntu-impish' if: matrix.distro == 'ubuntu-kinetic'
name: Build package for ubuntu-impish name: Build package for ubuntu-kinetic
id: build-ubuntu-impish id: build-ubuntu-kinetic
with: with:
args: --no-sign args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }} ppa: ${{ steps.ppa.outputs.ppa }}

Loading…
Cancel
Save