Skip to content

Commit

Permalink
cirrus-ci update image-family to freebsd-13-2
Browse files Browse the repository at this point in the history
13-1 caused errors during package installation.

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Aug 15, 2023
1 parent 86949f7 commit b53e0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ task:
libusb_version: v1.0.26
freebsd_instance:
matrix:
image_family: freebsd-13-1
image_family: freebsd-13-2
install_script:
- IGNORE_OSVERSION=yes
- pkg update -f
- pkg upgrade -y
- pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive
Expand Down

0 comments on commit b53e0c9

Please sign in to comment.