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.
This commit is contained in:
Ed Maste 2023-12-13 10:53:13 -05:00
parent 126ec2669c
commit 20f8df6440

View File

@ -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