diff options
| author | ruki <[email protected]> | 2026-08-27 23:57:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-27 23:57:05 +0800 |
| commit | 7b5db54ffd55cc2d9acb754e96fde192256058e6 (patch) | |
| tree | 496ea155633d25fe338c3dbd20c36546e547347e | |
| parent | 9cb36614d71c5e4e6df5d618c85672acccb496af (diff) | |
update ppa
| -rw-r--r-- | .github/workflows/linux.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2bb1b81ea..5bbc0f047 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -62,12 +62,11 @@ jobs: sudo apt install -y dh-make rng-tools devscripts lintian echo "$PPA_GPG_PRIKEY_2C0C68C9" > ppa_gpg.key gpg --import ppa_gpg.key - scripts/makeppa questing # 25.10 - scripts/makeppa plucky # 25.04 + # @note only the series which are not obsolete on launchpad can be uploaded, + # @see https://api.launchpad.net/1.0/ubuntu/series + scripts/makeppa stonking # 26.10 + scripts/makeppa resolute # 26.04 scripts/makeppa noble # 24.04 - scripts/makeppa mantic # 23.10 - scripts/makeppa lunar # 23.04 - scripts/makeppa kinetic # 22.10 scripts/makeppa jammy # 22.04 scripts/makeppa focal # 20.04 scripts/makeppa bionic # 18.04 |
