diff --git a/.cirrus.yml b/.cirrus.yml index 3432ce1a8..9d546ca50 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-14-0-snap + image_family: freebsd-13-2 task: name: FreeBSD @@ -7,8 +7,8 @@ task: IGNORE_OSVERSION: yes skip_notifications: true prerequisites_script: - - pkg-static update -f - - pkg-static upgrade -y + - pkg update -f + - pkg upgrade -y - pkg install -y devel/pkgconf graphics/vips www/node20 www/npm install_script: - npm install --build-from-source --unsafe-perm