diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-05-01 12:15:04 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-05-06 09:27:27 +0100 |
commit | 8f3e2968f696968787d7607adc5d2b31fc7fe1a1 (patch) | |
tree | 3b71b6cec980e17021665d4b13c04dd561cc0c0c /.cirrus.yml | |
parent | 22a231950c50d339fb699c09d81ab9c2b5a28279 (diff) |
.cirrus.yml: bump FreeBSD to the current stable release
Hopefully this will un-stick the test which has been broken for a long
time.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Li-Wen Hsu <lwhsu@freebsd.org>
Tested-by: Li-Wen Hsu <lwhsu@freebsd.org>
Message-Id: <20200501111505.4225-4-alex.bennee@linaro.org>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 90645fede6..f06f5af2b9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ env: freebsd_12_task: freebsd_instance: - image: freebsd-12-0-release-amd64 + image_family: freebsd-12-1 cpu: 8 memory: 8G install_script: pkg install -y |