Skip to content

Commit 9171a4d

Browse files
Bodigrimhasufell
authored andcommitted
CI: fix NetBSD job
1 parent 283160b commit 9171a4d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.cirrus.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ task:
1212
name: OpenBSD
1313
compute_engine_instance:
1414
image_project: pg-ci-images
15-
# OpenBSD version should match
16-
# https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
17-
image: family/pg-ci-openbsd-vanilla-7-3
15+
# See https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
16+
image: family/pg-ci-openbsd-vanilla
1817
platform: openbsd
1918
install_script: pkg_add ghc cabal-install git autoconf-2.71
2019
script:
@@ -30,9 +29,8 @@ task:
3029
name: NetBSD
3130
compute_engine_instance:
3231
image_project: pg-ci-images
33-
# NetBSD version should match
34-
# https://github.com/anarazel/pg-vm-images/blob/main/packer/netbsd.pkrvars.hcl
35-
image: family/pg-ci-netbsd-vanilla-9-3
32+
# See https://github.com/anarazel/pg-vm-images/blob/main/packer/netbsd.pkrvars.hcl
33+
image: family/pg-ci-netbsd-vanilla
3634
platform: netbsd
3735
install_script:
3836
# Folders should be updated in line with

0 commit comments

Comments
 (0)