Go to file
Nikolay Edigaryev a9f16e07e6 Provide a default when stdinpass variable is not set 2025-02-11 23:03:01 +01:00
.ci Parse available updates to avoid upgrading to the next macOS version (#208) 2025-02-12 01:45:40 +04:00
ansible Provide a default when stdinpass variable is not set 2025-02-11 23:03:01 +01:00
data Add github.com keys to `~/.ssh/known_hosts` (#200) 2025-01-06 09:54:14 -05:00
scripts Enable UI automation by default (#137) 2024-03-19 10:32:12 -04:00
templates Parse available updates to avoid upgrading to the next macOS version (#208) 2025-02-12 01:45:40 +04:00
.cirrus.star Use Slack workflows (#201) 2025-01-14 23:47:30 +04:00
.cirrus.yml Refactored release scripts 2024-10-19 11:14:07 -04:00
.gitignore install anka builder script 2018-04-16 13:58:47 -04:00
DEVELOPMENT.md Xcode 15.4 (#154) 2024-05-13 15:18:50 -04:00
LICENSE Initial commit 2018-04-13 10:47:36 -04:00
README.md Xcode 16.2 2024-12-30 09:29:55 -05:00

README.md

macOS Packer Templates for Tart

Repository with Packer templates to build macOS Tart virtual machines to use with Cirrus Runners, Cirrus CI or any other automation.

The following image variants are currently available:

  • macos-{sequoia,sonoma}-base image has only brew pre-installed and the latest version of macOS available
  • macos-{sequoia,sonoma}-xcode:N image is based on macos-{sequoia,sonoma}-base image and has Xcode N with Flutter pre-installed
  • macos-runner:{sequoia,sonoma} image is a variant of xcode:N with several versions of Xcode pre-installed and xcodes tool to switch between them.

See a full list of VMs available here.

Release Cadence

Once a new version of Xcode is released, we will initiate a GitHub release which will automatically build and push a new version of the macos-sequoia-xcode:N. This generally happens within 24 hours of a release. Please watch this repository releases to get notified about new images.

For an Xcode release which is non beta and not an RC ghcr.io/cirruslabs/macos-runner:sequoia image will also be updated.

Update Cadence

Some of the images are regularly getting rebuild in order to update the pre-installed packages. The following images are updated monthly on the first Saturday of the month:

  • ghcr.io/cirruslabs/macos-{sequoia,sonoma}-base
  • ghcr.io/cirruslabs/macos-runner:sonoma which is a superset of ghcr.io/cirruslabs/macos-sonoma-xcode:{latest,16.1,16,15.4,15.3,15.2,15.1,15.0.1}
  • ghcr.io/cirruslabs/macos-runner:sequoia which is a superset of ghcr.io/cirruslabs/macos-sequoia-xcode:{latest,16.2,16.1,16,15.4}

Note that ghcr.io/cirruslabs/macos-runner:{sequoia,sonoma} are updated every Sunday and these images are optimised for startup on Cirrus Runners and Cirrus CI services.