CI: cirrus: update FreeBSD image to 12.2

we already tried to run FreeBSD-stable. it is pain,
so we use FreeBSD releases, we need to keep packages and release in sync.

let us update to released FreeBSD-12.2
This commit is contained in:
Ilya Shipitsin 2021-02-11 23:32:30 +05:00 committed by Christopher Faulet
parent 7f583be822
commit 4d838c4c3c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FreeBSD_task:
freebsd_instance:
matrix:
image_family: freebsd-12-1
image_family: freebsd-12-2
only_if: $CIRRUS_BRANCH =~ 'master|next'
install_script:
- pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat