mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
PPA: Remove Ubuntu Hirsute, EOL
This commit is contained in:
9
.github/workflows/package.yml
vendored
9
.github/workflows/package.yml
vendored
@ -10,7 +10,6 @@ jobs:
|
|||||||
distro:
|
distro:
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-impish
|
- ubuntu-impish
|
||||||
- ubuntu-hirsute
|
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
steps:
|
steps:
|
||||||
@ -51,14 +50,6 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
|
|
||||||
if: matrix.distro == 'ubuntu-hirsute'
|
|
||||||
name: Build package for ubuntu-hirsute
|
|
||||||
id: build-ubuntu-hirsute
|
|
||||||
with:
|
|
||||||
args: --no-sign
|
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
||||||
if: matrix.distro == 'ubuntu-focal'
|
if: matrix.distro == 'ubuntu-focal'
|
||||||
name: Build package for ubuntu-focal
|
name: Build package for ubuntu-focal
|
||||||
|
Reference in New Issue
Block a user