From: Yann Collet Date: Tue, 11 Feb 2025 20:52:59 +0000 (-0800) Subject: updated FreeBSD VM to 14.2 X-Git-Tag: v1.5.7^2~3^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73e06b83e0fc6f7f6999c2292b3250eb50b2084;p=thirdparty%2Fzstd.git updated FreeBSD VM to 14.2 14.1 seems no longer supported by gcloud --- diff --git a/.cirrus.yml b/.cirrus.yml index 9461de412..745024bc2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ task: name: FreeBSD (make check) freebsd_instance: matrix: - image_family: freebsd-14-1 + image_family: freebsd-14-2 install_script: pkg install -y gmake coreutils script: | MOREFLAGS="-Werror" gmake -j all