From 99f8628fbe27822ef93b561dec232f028a1c88a4 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 20 Oct 2024 22:55:05 +0900 Subject: [PATCH] ci: Update BSD images (#219) --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0eb0893..b3bea56 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ env: freebsd_task: name: test ($TARGET) freebsd_instance: - image_family: freebsd-13-3 + image_family: freebsd-13-4 matrix: - env: TARGET: x86_64-unknown-freebsd @@ -34,7 +34,7 @@ netbsd_task: compute_engine_instance: image_project: pg-ci-images # 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 platform: netbsd env: TARGET: x86_64-unknown-netbsd @@ -50,7 +50,7 @@ openbsd_task: compute_engine_instance: image_project: pg-ci-images # 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 platform: openbsd env: TARGET: x86_64-unknown-openbsd