diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2023-01-24 11:21:49 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-01-24 11:32:11 -0600 |
commit | 0b86c06c3c741f98b20a1f3a3c90ddd40a191526 (patch) | |
tree | 3ecd820dcbe1947fa23c5a9a40e8963a31559421 /.cirrus.yml | |
parent | fea9d9a7f0e8247c49b5f558c7085fb6328552e6 (diff) |
update cirrus ci to latest FreeBSD images
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 686e0c21..4ce5e3d0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,8 +4,8 @@ test_task: freebsd_instance: matrix: - image: freebsd-13-0-release-amd64 - image: freebsd-12-3-release-amd64 + image: freebsd-13-1-release-amd64 + image: freebsd-12-4-release-amd64 env: OS: FreeBSD procfs_script: > |