From 20f8df64404b125fb76b851ccea944f47b820fd8 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 13 Dec 2023 10:53:13 -0500 Subject: [PATCH] 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. --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) 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