diff options
| author | ruki <[email protected]> | 2022-07-29 23:47:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-29 20:42:30 +0800 |
| commit | 0fc00866ab00a5713a3a86d449fd1fbc8250c7fc (patch) | |
| tree | 3d457a534a005951432bf78970dbed1fe8227cd7 /.github | |
| parent | d554a535538a83a4b071e4113ad96afe7bd9a694 (diff) | |
update ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fa15f8ed8..12d053b0f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -66,10 +66,9 @@ 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 jammy - scripts/makeppa focal - scripts/makeppa bionic - scripts/makeppa xenial - scripts/makeppa trusty - - + scripts/makeppa kinetic # 22.10 + scripts/makeppa jammy # 22.04 + scripts/makeppa focal # 20.04 + scripts/makeppa bionic # 18.04 + scripts/makeppa xenial # 16.04 + scripts/makeppa trusty # 14.04 |
