Skip to content

Commit 586d211

Browse files
committedDec 13, 2023
Update FreeBSD CI: drop 12.4 (nearly EOL) and add 14.0
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.
1 parent 126ec26 commit 586d211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ task:
22
name: FreeBSD (shortest)
33
freebsd_instance:
44
matrix:
5+
image_family: freebsd-14-0
56
image_family: freebsd-13-2
6-
image_family: freebsd-12-4
77
install_script: pkg install -y gmake coreutils
88
script: |
99
MOREFLAGS="-Werror" gmake -j all

0 commit comments

Comments
 (0)