From 5c41eb6df8a48853f9bfadb3d37fab0c6d5efbfc Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 1 Jul 2024 13:21:19 -0400 Subject: [PATCH] Update CI VM images Specifically, the included Debian image should not fail all networking tests. Signed-off-by: Chris Evich --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9846f50aae..94d3e8b7bc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -33,7 +33,7 @@ env: DEBIAN_NAME: "debian-13" # Image identifiers - IMAGE_SUFFIX: "c20240620t153000z-f40f39d13" + IMAGE_SUFFIX: "c20240701t155130z-f40f39d13" # EC2 images FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"