From: Yann Collet Date: Thu, 18 Dec 2025 17:40:47 +0000 (-0800) Subject: changed to freebsd 15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c5fa09fd3da5fde6ddd11d79ec8a1bdaeaf6cc;p=thirdparty%2Fzstd.git changed to freebsd 15 since the image 16 does not seem to work --- diff --git a/.cirrus.yml b/.cirrus.yml index 13258eded..b8782ca48 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ task: name: FreeBSD (make check) freebsd_instance: matrix: - image_family: freebsd-16-0-snap + image_family: freebsd-15-0-amd64-zfs install_script: pkg install -y gmake coreutils script: | MOREFLAGS="-Werror" gmake -j all