From c4db494b716c2f7a8a64d4f581c7992ba7911751 Mon Sep 17 00:00:00 2001 From: Matthew Craven Date: Wed, 5 Jun 2024 16:46:26 -0400 Subject: [PATCH] Bump FreeBSD version in .cirrus.yml (#681) ...with the hope of un-breaking CI --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 48d10d795..aafd8a43c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ task: name: FreeBSD freebsd_instance: - image_family: freebsd-13-2 + image_family: freebsd-14-0 install_script: pkg install -y ghc hs-cabal-install git script: - cabal update