Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ jobs:
homepage "https://github.com/TerrifiedBug/browseroute"

# Signed and notarized. Opens from Applications with no Gatekeeper prompt.
depends_on macos: ">= :sonoma"
# A bare symbol is the minimum version. The ">= :sonoma" string
# form is deprecated and warns on every brew install.
depends_on macos: :sonoma

app "Browseroute.app"

Expand Down
Loading