13.1 got released in May and now we have problems updating some packages in 13.0 and CI is failing.
Update to 13.1 to unblock the CI. Signed-off-by: Ilya Maximets <[email protected]> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b686bdbf2..e3c1cd581 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ freebsd_build_task: freebsd_instance: matrix: image_family: freebsd-12-3-snap - image_family: freebsd-13-0-snap + image_family: freebsd-13-1-snap cpu: 4 memory: 4G -- 2.34.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
