diff options
| author | MarcoFalke <[email protected]> | 2020-04-11 21:37:09 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-04-12 08:50:05 -0400 |
| commit | fae760f2b24cb26494b65c0a7ac38b92ead345af (patch) | |
| tree | fd306961a4ea6bb12ca4969af4c48e4badf601e6 | |
| parent | Merge #17905: gui: Avoid redundant tx status updates (diff) | |
| download | discoin-fae760f2b24cb26494b65c0a7ac38b92ead345af.tar.xz discoin-fae760f2b24cb26494b65c0a7ac38b92ead345af.zip | |
cirrus: Bump freebsd to 12.1
| -rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f9c3d844b..4a9bf8452 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 |