From 0fc00866ab00a5713a3a86d449fd1fbc8250c7fc Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 29 Jul 2022 23:47:02 +0800 Subject: update ci --- .github/workflows/linux.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.github/workflows/linux.yml') 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 -- cgit v1.3.1