From 9ccac855c3f586521fb93e43fea4e6c136f6b458 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Mon, 8 Apr 2024 12:41:50 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed5e69e..8c54de2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ Repository with Packer templates to build [Tart VMs](https://github.com/cirruslabs/tart) to use with [Cirrus Runners](https://tart.run/integrations/github-actions/) and [Cirrus CI](https://cirrus-ci.org/guide/macOS/). -* `macos-{monterey,ventura,sonoma}-vanilla` image has nothing pre-installed -* `macos-{monterey,ventura,sonoma}-base` image has only `brew` pre-installed -* `macos-{monterey,ventura,sonoma}-xcode:N` image is based on `macos-{monterey,ventura}-base` image and has `Xcode N` with [`Flutter`](https://flutter.dev/) pre-installed +* `macos-{ventura,sonoma}-base` image has only `brew` pre-installed +* `macos-{ventura,sonoma}-xcode:N` image is based on `macos-{monterey,ventura}-base` image and has `Xcode N` with [`Flutter`](https://flutter.dev/) pre-installed See a full list of VMs available [here](https://github.com/orgs/cirruslabs/packages?tab=packages&q=macos-).