Date: Wed, 3 May 2023 22:42:12 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7dea7445ba44 - stable/13 - Cirrus-CI: update stable/13 CI image to 13.1 Message-ID: <202305032242.343MgC2h081952@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=7dea7445ba4443190edca781bd6a293ea6e2c2ff commit 7dea7445ba4443190edca781bd6a293ea6e2c2ff Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-05-03 20:31:22 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-05-03 20:33:52 +0000 Cirrus-CI: update stable/13 CI image to 13.1 We want to ensure that stable/13 still builds on the oldest supported 13.x release, so not updating directly to 13.2. Sponsored by: The FreeBSD Foundation --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 824ffcda20ca..88d232403ed1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,7 +5,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-0-release-amd64 + image: freebsd-13-1-release-amd64 cpu: 8 memory: 8G disk: 40
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305032242.343MgC2h081952>