Skip to content

Commit

Permalink
Use cutting-edge Ubuntu Lobster instead Kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 24, 2023
1 parent ef2378c commit 1db6dc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- debian-unstable
- debian-bullseye
- debian-buster
- ubuntu-kinetic
- ubuntu-lobster
- ubuntu-jammy
- ubuntu-focal
steps:
Expand Down Expand Up @@ -64,10 +64,10 @@ 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
- uses: legoktm/gh-action-build-deb@ubuntu-lobster
if: matrix.distro == 'ubuntu-lobster'
name: Build package for ubuntu-lobster
id: build-ubuntu-lobster
with:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}
Expand Down

0 comments on commit 1db6dc0

Please sign in to comment.