From 0b821582977c8a693ec03bf91e8ce816dcc50d74 Mon Sep 17 00:00:00 2001 From: Val Packett Date: Sat, 14 Dec 2024 15:13:32 -0300 Subject: [PATCH] update cirrus freebsd image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8d402a4..cc8b1da 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ test_task: freebsd_instance: matrix: - - image_family: freebsd-12-3 + - image_family: freebsd-14-1 cargo_cache: folder: $CARGO_HOME/registry fingerprint_script: cat Cargo.lock || echo 'nope'