From 108a48d6a923025eb2f7649939392fc417bae2f7 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Fri, 9 Sep 2022 21:29:45 +0200 Subject: cirrus: Upgrade to FreeBSD 13.1 image. 13.1 got released in May and now we have problems updating some packages in 13.0 and CI is failing. Update to 13.1 to unblock the CI. Acked-by: Dumitru Ceara Signed-off-by: Ilya Maximets --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index b686bdbf2..e3c1cd581 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ freebsd_build_task: freebsd_instance: matrix: image_family: freebsd-12-3-snap - image_family: freebsd-13-0-snap + image_family: freebsd-13-1-snap cpu: 4 memory: 4G -- cgit v1.2.1