From: Ed Maste Date: Wed, 13 Dec 2023 15:53:13 +0000 (-0500) Subject: Update FreeBSD CI: drop 12.4 as it is nearly EOL X-Git-Tag: v1.5.6^2~93^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f8df64404b125fb76b851ccea944f47b820fd8;p=thirdparty%2Fzstd.git Update FreeBSD CI: drop 12.4 as it is nearly EOL 12.4 is EOL as of the end of December 2023, and pkg installation will start failing some time after that so remove those jobs now. --- diff --git a/.cirrus.yml b/.cirrus.yml index 047e77f69..2e5e18c01 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,6 @@ task: freebsd_instance: matrix: image_family: freebsd-13-2 - image_family: freebsd-12-4 install_script: pkg install -y gmake coreutils script: | MOREFLAGS="-Werror" gmake -j all