From 824092aab766e391ec3ff6068055e1067a0bb9ae Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 11 Dec 2023 13:03:39 -0700 Subject: [PATCH] Update FreeBSD CI image FreeBSD 12.4 will be EoL on 31-Dec-2023. Update CI to the oldest supported version, 13.2. --- library/stdarch/.cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/.cirrus.yml b/library/stdarch/.cirrus.yml index 2456de30daba..4fb3b27ffb5a 100644 --- a/library/stdarch/.cirrus.yml +++ b/library/stdarch/.cirrus.yml @@ -1,7 +1,7 @@ task: name: x86_64-unknown-freebsd freebsd_instance: - image_family: freebsd-12-4 + image_family: freebsd-13-2 setup_script: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain nightly -y