From: dearblue Date: Mon, 30 Sep 2024 13:45:17 +0000 (+0900) Subject: Update FreeBSD VM image to 14.1 X-Git-Tag: v1.5.7^2~84^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4154%2Fhead;p=thirdparty%2Fzstd.git 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/ --- diff --git a/.cirrus.yml b/.cirrus.yml index f68e39ae1..e3617a960 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