From b7a5c227d61a8207517098eb9ec630112c5b5643 Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Sat, 25 Mar 2023 15:40:52 +0800 Subject: [PATCH] Fix NetBSD CI wrt #278 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 13c8027..bb27e70 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -28,7 +28,7 @@ task: name: NetBSD compute_engine_instance: image_project: pg-ci-images - image: family/pg-ci-netbsd-vanilla-9-2 + image: family/pg-ci-netbsd-vanilla-9-3 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/" -- GitLab