diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 01dbdf48..0be33e69 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -9,7 +9,6 @@ jobs: matrix: distro: - ubuntu-jammy - - ubuntu-impish - ubuntu-focal - ubuntu-bionic steps: @@ -42,14 +41,6 @@ jobs: args: --no-sign ppa: ${{ steps.ppa.outputs.ppa }} - - uses: legoktm/gh-action-build-deb@ubuntu-impish - if: matrix.distro == 'ubuntu-impish' - name: Build package for ubuntu-impish - id: build-ubuntu-impish - with: - args: --no-sign - ppa: ${{ steps.ppa.outputs.ppa }} - - uses: legoktm/gh-action-build-deb@ubuntu-focal if: matrix.distro == 'ubuntu-focal' name: Build package for ubuntu-focal