Skip to content

Commit

Permalink
Bump versions in .cirrus.yml
Browse files Browse the repository at this point in the history
...with the hope of un-breaking CI.
  • Loading branch information
clyring authored and Bodigrim committed Sep 21, 2024
1 parent 3f9773d commit f2b3438
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
Expand Up @@ -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-3
image: family/pg-ci-openbsd-vanilla-7-5
platform: openbsd
install_script: pkg_add ghc cabal-install git
script:
Expand All @@ -27,7 +27,7 @@ task:
image_project: pg-ci-images
# NetBSD version should match
# https://github.com/anarazel/pg-vm-images/blob/main/packer/netbsd.pkrvars.hcl
image: family/pg-ci-netbsd-vanilla-9-3
image: family/pg-ci-netbsd-vanilla-10-0
platform: netbsd
install_script:
- export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/"
Expand Down

0 comments on commit f2b3438

Please sign in to comment.