From f0f33507e37adab6a154975640f1a6e38bfe8870 Mon Sep 17 00:00:00 2001 From: PolyMeilex Date: Thu, 25 Jan 2024 02:22:02 +0100 Subject: [PATCH] chore(ci): Update to FreeBSD 13.2 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1cc4bd2cfff..8e27c581866 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,9 +8,9 @@ env: task: only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_PR != '' matrix: - - name: FreeBSD 13.0 + - name: FreeBSD 13.2 freebsd_instance: - image_family: freebsd-13-0-snap + image_family: freebsd-13-2-snap # Install Rust setup_script: - fetch https://sh.rustup.rs -o rustup.sh