cirrus-ci: Update FreeBSD release
Unlike Linux distros where every release has a separate set of packages, FreeBSD's ports system has just one set of packages that's used with every release. The ports system is only guaranteed to be compatible with the latest stable and development releases; if you have an older release installed and you try to update ports before you've updated the base OS, things can break in weird ways. Apparently FreeBSD 12.2 was recently released, so our 12.1-based CI runs started breaking. Bumping the images to 12.2 should fix things.
This commit is contained in:
parent
545db22ae4
commit
5e5325c662
|
@ -1,6 +1,6 @@
|
|||
freebsd_task:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-12-1
|
||||
image_family: freebsd-12-2
|
||||
gmake_script: pkg install -y gmake
|
||||
matrix:
|
||||
- name: freebsd_clang
|
||||
|
|
Loading…
Reference in New Issue
Block a user