From 1fb11cd45cca2ab183c120929c7f95731c5cdb4c Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 6 Mar 2024 06:58:31 -0700 Subject: [PATCH] Update FreeBSD 13 CI image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9c0bb2d..4109512 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ build: &BUILD task: name: FreeBSD freebsd_instance: - image: freebsd-13-2-release-amd64 + image: freebsd-13-3-release-amd64 setup_script: - fetch https://sh.rustup.rs -o rustup.sh - sh rustup.sh -y --profile=minimal