]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update FreeBSD VM image to 14.1 4154/head
authordearblue <dearblue@users.osdn.me>
Mon, 30 Sep 2024 13:45:17 +0000 (22:45 +0900)
committerdearblue <dearblue@users.osdn.me>
Mon, 30 Sep 2024 13:45:17 +0000 (22:45 +0900)
FreeBSD 14.0 will reach the end of life on 2024-09-30.
The updated 14.1 is scheduled to end-of-life on 2025-03-31.

ref. https://www.freebsd.org/releases/14.2R/schedule/

.cirrus.yml

index f68e39ae1f58538a58735333967dc65b7867759c..e3617a960aa76a875e7d8a729e0a75ef63226d61 100644 (file)
@@ -2,7 +2,7 @@ task:
   name: FreeBSD (shortest)
   freebsd_instance:
     matrix:
-      image_family: freebsd-14-0
+      image_family: freebsd-14-1
   install_script: pkg install -y gmake coreutils
   script: |
     MOREFLAGS="-Werror" gmake -j all