Skip to content

Commit

Permalink
CI: update FreeBSD environment
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 9, 2022
1 parent 7a1a1cf commit 9280742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
freebsd_instance:
image_family: freebsd-13-0-snap
image_family: freebsd-14-0-snap

task:
name: FreeBSD 13.0
Expand All @@ -9,7 +9,7 @@ task:
prerequisites_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y pkgconf vips node npm
- pkg install -y devel/pkgconf graphics/vips www/node16 www/npm
install_script:
- npm install --build-from-source --unsafe-perm
test_script:
Expand Down

0 comments on commit 9280742

Please sign in to comment.