The Ubuntu 23.10 became EOL on July 11, 2024. Use the LTS 24.04 instead. Signed-off-by: Ales Musil <[email protected]> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.cirrus.yml b/.cirrus.yml index 9b35d4cfb..14a54a0fe 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,6 +1,6 @@ compute_engine_instance: image_project: ubuntu-os-cloud - image: family/ubuntu-2310-arm64 + image: family/ubuntu-2404-lts-arm64 architecture: arm64 platform: linux memory: 4G -- 2.45.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
