From b36ad25030e409d9b8339f5e379346bbe7d764f1 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 23 Apr 2020 21:39:45 +0100 Subject: [PATCH] CI: Upgrade FreeBSD to version 13 It currently provides only vips v8.8.3 so will (still) fail. --- .cirrus.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1ea79391..51cd9aea 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,12 +1,11 @@ freebsd_instance: - image_family: freebsd-12-0 + image_family: freebsd-13-0-snap task: prerequisites_script: - - sed -i '' 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf - pkg update -f - pkg upgrade -y - - pkg install -y pkgconf vips libnghttp2 node npm + - pkg install -y pkgconf vips node npm install_script: - npm install --unsafe-perm test_script: