From f397e326380a3fe0420f9c3810299d00b6244743 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Sat, 6 Aug 2022 09:48:53 -0600 Subject: [PATCH] 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. --- .builds/{ubuntu-impish.yml => ubuntu-jammy.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .builds/{ubuntu-impish.yml => ubuntu-jammy.yml} (96%) 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 71c0f176..21f576fa 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