Skip to content

Commit

Permalink
Bump versions in .cirrus.yml (#651)
Browse files Browse the repository at this point in the history
...with the hope of un-breaking the FreeBSD job.
  • Loading branch information
clyring committed Jan 31, 2024
1 parent 44375fa commit 6c6d81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
task:
name: FreeBSD
freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-13-2
install_script: pkg install -y ghc hs-cabal-install git
script:
- cabal update
Expand All @@ -13,7 +13,7 @@ task:
image_project: pg-ci-images
# OpenBSD version should match
# https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
image: family/pg-ci-openbsd-vanilla-7-2
image: family/pg-ci-openbsd-vanilla-7-3
platform: openbsd
install_script: pkg_add ghc cabal-install git
script:
Expand Down

0 comments on commit 6c6d81a

Please sign in to comment.