From 946e5171b2f5318bb15353560c9077db268aa7af Mon Sep 17 00:00:00 2001 From: Matthew Craven Date: Wed, 5 Jun 2024 16:29:01 -0400 Subject: [PATCH] Bump FreeBSD version in .cirrus.yml ...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