diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2024-03-31 16:04:47 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2024-03-31 18:31:19 -0500 |
commit | 7ac2080e314b1203bfc25769209e6033f4d09d6e (patch) | |
tree | 1bc4fa26a18a450ac80b319e86dc6b62e4f86678 /.cirrus.yml | |
parent | 12e1e884750cc6cf592bbbdaef6f40ceee304b25 (diff) |
ci: update FreeBSD releases we test against
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 4ce5e3d0..9ca7bb77 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,8 +4,8 @@ test_task: freebsd_instance: matrix: - image: freebsd-13-1-release-amd64 - image: freebsd-12-4-release-amd64 + image: freebsd-13-2-release-amd64 + image: freebsd-13-3-release-amd64 env: OS: FreeBSD procfs_script: > |