From: Ed Maste Date: Wed, 21 Jun 2023 16:16:26 +0000 (-0400) Subject: Update FreeBSD CI images to latest supported releases X-Git-Tag: v1.5.6^2~149^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f307493711b74ddfdbf9da711f75c4e07bcc93a3;p=thirdparty%2Fzstd.git Update FreeBSD CI images to latest supported releases --- diff --git a/.cirrus.yml b/.cirrus.yml index 27ca65e8d..047e77f69 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,8 +2,8 @@ task: name: FreeBSD (shortest) freebsd_instance: matrix: - image_family: freebsd-13-0 - image_family: freebsd-12-2 + image_family: freebsd-13-2 + image_family: freebsd-12-4 install_script: pkg install -y gmake coreutils script: | MOREFLAGS="-Werror" gmake -j all