FreeBSD 12.1 reached EOL and our builds are failing on Cirrus CI. Updating to 12.2 - current production release.
Signed-off-by: Ilya Maximets <[email protected]> --- Tested and works fine: https://cirrus-ci.com/build/4508613731418112 .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 263c2cd7e..2caf36b85 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ freebsd_build_task: freebsd_instance: matrix: - image_family: freebsd-12-1-snap + image_family: freebsd-12-2-snap image_family: freebsd-11-4-snap cpu: 4 memory: 8G -- 2.26.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
