diff options
author | Sam James <sam@gentoo.org> | 2021-10-08 05:55:12 +0100 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-10-08 11:13:34 -0500 |
commit | 2085f31d9c41bd2c50c80ed8a38e3e31bad8730b (patch) | |
tree | 413cda8b74bb751c543367330dd5167a29bf3680 /.cirrus.yml | |
parent | 5a5ede3156fe7b223a158044ea8e1dae685dbb01 (diff) |
.cirrus.yml: update FreeBSD images
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2f7f135f..3df706f8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,8 @@ test_task: freebsd_instance: matrix: - image: freebsd-12-1-release-amd64 + image: freebsd-13-0-release-amd64 + image: freebsd-12-2-release-amd64 image: freebsd-11-4-release-amd64 env: OS: FreeBSD |