The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=bc4a85b69deac23c811af9db81fd819213234a6f
commit bc4a85b69deac23c811af9db81fd819213234a6f Author: Ed Maste <[email protected]> AuthorDate: 2025-10-04 13:18:40 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-10-04 16:08:51 +0000 Cirrus-CI: Bump to FreeBSD 13.5 image It is currently the oldest supported FreeBSD 13 release. Sponsored by: The FreeBSD Foundation --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 52266dd1674f..627ec8fe6e8b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ compute_engine_instance: # gcloud compute images list --project freebsd-org-cloud-dev --no-standard-images platform: freebsd image_project: freebsd-org-cloud-dev - image: freebsd-13-4-release-amd64 + image: freebsd-13-5-release-amd64 cpu: 8 memory: 8G disk: 40
