From dfc04a49e4c58d29adc8954a2ad983bed9500b96 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Tue, 28 Oct 2025 13:49:09 +0100 Subject: [PATCH] .goreleaser.yml: require macOS Sequoia (see #128) --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1ab1577..9d90c75 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -29,3 +29,5 @@ brews: homepage: https://github.com/cirruslabs/softnet description: Software networking with isolation for Tart skip_upload: auto + custom_block: | + depends_on :macos => :sequoia