From 85c5fa09fd3da5fde6ddd11d79ec8a1bdaeaf6cc Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 18 Dec 2025 09:40:47 -0800 Subject: [PATCH] changed to freebsd 15 since the image 16 does not seem to work --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3