From 731bbbe183aa92dc2e355c7954d51844a745228f Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:04:55 +0100 Subject: [PATCH] ci: update FreeBSD image to 14.4 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bfeeefc9b..e2530dd80 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: name: stable x86_64-unknown-freebsd-14 freebsd_instance: - image_family: freebsd-14-3 + image: freebsd-14-4-release-amd64-ufs setup_script: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain stable -y --profile=minimal