From 16b6fa5bccf4d76810115e8418e7c82bf154838a Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 5 Jun 2024 07:54:17 -0600 Subject: [PATCH] Update FreeBSD CI environment to 14.1 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1daf2c8ad1..69126a13ef 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -42,7 +42,7 @@ task: matrix: - name: FreeBSD 14 amd64 & i686 freebsd_instance: - image_family: freebsd-14-0-snap + image: freebsd-14-1-release-amd64-ufs cpu: 1 # Enable tests that would fail on FreeBSD 12 RUSTFLAGS: --cfg fbsd14 -D warnings