.goreleaser.yml: require macOS Sequoia (see #128)
This commit is contained in:
parent
7dc5992b55
commit
dfc04a49e4
|
|
@ -29,3 +29,5 @@ brews:
|
||||||
homepage: https://github.com/cirruslabs/softnet
|
homepage: https://github.com/cirruslabs/softnet
|
||||||
description: Software networking with isolation for Tart
|
description: Software networking with isolation for Tart
|
||||||
skip_upload: auto
|
skip_upload: auto
|
||||||
|
custom_block: |
|
||||||
|
depends_on :macos => :sequoia
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue