From a3b5c4521c954af9b2a2bf2b1df9a4bb70f0c46d Mon Sep 17 00:00:00 2001 From: dearblue Date: Mon, 30 Sep 2024 22:45:17 +0900 Subject: [PATCH] Update FreeBSD VM image to 14.1 FreeBSD 14.0 will reach the end of life on 2024-09-30. The updated 14.1 is scheduled to end-of-life on 2025-03-31. ref. https://www.freebsd.org/releases/14.2R/schedule/ --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f68e39ae1f..e3617a960a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ task: name: FreeBSD (shortest) freebsd_instance: matrix: - image_family: freebsd-14-0 + image_family: freebsd-14-1 install_script: pkg install -y gmake coreutils script: | MOREFLAGS="-Werror" gmake -j all