Skip to content

Commit

Permalink
WIP: CI: Upgrade to FreeBSD 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Dec 17, 2023
1 parent 021d637 commit 7b02fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
@@ -1,5 +1,5 @@
freebsd_instance:
image_family: freebsd-13-2
image_family: freebsd-14-0-snap

task:
name: FreeBSD
Expand All @@ -10,6 +10,7 @@ task:
- pkg update -f
- pkg upgrade -y
- pkg install -y devel/git devel/pkgconf graphics/vips www/node20 www/npm
- pkg-config --modversion vips-cpp
install_script:
- npm install --build-from-source
test_script:
Expand Down

0 comments on commit 7b02fc3

Please sign in to comment.