From d428f14460f787e31e71cf320d711069703402cd Mon Sep 17 00:00:00 2001 From: Matthew Craven Date: Sat, 20 Jul 2024 14:55:20 -0400 Subject: [PATCH] Bump versions in .cirrus.yml ...with the hope of un-breaking CI. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index aafd8a43..573fae34 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: @@ -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/"