From: Jeremy Whiting Date: Sat, 6 Aug 2022 15:48:53 +0000 (-0600) Subject: Fix CI by testing Ubuntu 22.04 instead of 21.10. X-Git-Tag: 4.12~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f397e326380a3fe0420f9c3810299d00b6244743;p=thirdparty%2Fshadow.git Fix CI by testing Ubuntu 22.04 instead of 21.10. Since Ubuntu 21.10 has gone out of support it no longer works for testing with CI. Instead use 22.04 which is still supported. --- diff --git a/.builds/ubuntu-impish.yml b/.builds/ubuntu-jammy.yml similarity index 96% rename from .builds/ubuntu-impish.yml rename to .builds/ubuntu-jammy.yml index 71c0f1766..21f576fa9 100644 --- a/.builds/ubuntu-impish.yml +++ b/.builds/ubuntu-jammy.yml @@ -1,4 +1,4 @@ -image: ubuntu/21.10 +image: ubuntu/22.04 packages: - automake - autopoint