From c8d494636758439ee41120aad9635b93889aad39 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Wed, 29 Nov 2023 17:42:02 +0100 Subject: [PATCH] cirrus: Update from FreeBSD 12 to 14. FreeBSD 12 is going EOL in December [1] and will likely become unavailable shortly after. FreeBSD 14 was released recently, so replacing the old with the new. [1] https://www.freebsd.org/security/ Acked-by: Eelco Chaudron Signed-off-by: Ilya Maximets --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 48931fa08..d8a972280 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,8 +2,8 @@ freebsd_build_task: freebsd_instance: matrix: - image_family: freebsd-12-4-snap image_family: freebsd-13-2-snap + image_family: freebsd-14-0-snap cpu: 4 memory: 4G