diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-11 21:37:09 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-12 08:50:05 -0400 |
commit | fae760f2b24cb26494b65c0a7ac38b92ead345af (patch) | |
tree | fd306961a4ea6bb12ca4969af4c48e4badf601e6 /.cirrus.yml | |
parent | 3eb8b1c3924c1d14c1a4234eb5360f32808b86dc (diff) |
cirrus: Bump freebsd to 12.1
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f9c3d844be..4a9bf84525 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ task: - name: "FreeBsd 12.0 amd64 [GOAL: install] [no depends, only system libs]" + name: "FreeBsd 12.1 amd64 [GOAL: install] [no depends, only system libs]" freebsd_instance: - image: freebsd-12-0-release-amd64 + image_family: freebsd-12-1 # https://cirrus-ci.org/guide/FreeBSD/ cpu: 8 memory: 8G timeout_in: 60m |