From 775aeb34ee325f55f03d64dd72c30e28d79f69bb Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:28:55 -0600 Subject: [PATCH] update to freebsd-14-0 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1006a89..3006c94 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,12 +3,12 @@ env: freebsd_task: freebsd_instance: - image_family: freebsd-12-3 + image_family: freebsd-14-0 setup_script: - pkg install -y autoconf automake libtool pkgconf fusefs-libs - pkg install -y lzo2 liblz4 zstd - pkg install -y squashfs-tools coreutils - - kldload fuse + - kldload fusefs - sysctl vfs.usermount=1 build_script: - ./autogen.sh