Skip to content

Commit

Permalink
Remove Ubuntu Kinetic from CI (not supported anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 24, 2023
1 parent ef2378c commit 4af4325
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- debian-unstable
- debian-bullseye
- debian-buster
- ubuntu-kinetic
- ubuntu-jammy
- ubuntu-focal
steps:
Expand Down Expand Up @@ -64,14 +63,6 @@ jobs:
with:
args: --no-sign

- uses: legoktm/gh-action-build-deb@ubuntu-kinetic
if: matrix.distro == 'ubuntu-kinetic'
name: Build package for ubuntu-kinetic
id: build-ubuntu-kinetic
with:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}

- uses: legoktm/gh-action-build-deb@ubuntu-jammy
if: matrix.distro == 'ubuntu-jammy'
name: Build package for ubuntu-jammy
Expand Down

0 comments on commit 4af4325

Please sign in to comment.