mirror of https://github.com/cirruslabs/tart.git
.goreleaser(brews): depend on macOS Monterey (#64)
* .goreleaser(brews): depend on macOS Monterey * README.md: mention that macOS Monterey or later is required
This commit is contained in:
parent
182ddf0268
commit
3fdcc5c33c
|
|
@ -35,3 +35,5 @@ brews:
|
|||
homepage: https://github.com/cirruslabs/tart
|
||||
description: Run macOS VMs on Apple Silicon
|
||||
skip_upload: auto
|
||||
custom_block: |
|
||||
depends_on :macos => :monterey
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Built by CI engineers for your automation needs. Here are some highlights of Tar
|
|||
* Use Tart Packer Plugin to automate VM creation.
|
||||
* Built-in CI integration.
|
||||
|
||||
Try running a Tart VM on your Apple Silicon device (will download a 25 GB image):
|
||||
Try running a Tart VM on your Apple Silicon device running macOS Monterey or later (will download a 25 GB image):
|
||||
|
||||
```shell
|
||||
brew install cirruslabs/cli/tart
|
||||
|
|
|
|||
Loading…
Reference in New Issue