Merge pull request #155436 from IsaacMarovitz/patch-1

Require macOS Sonoma for Whisky
This commit is contained in:
Razvan Azamfirei 2023-09-19 22:45:48 -04:00 committed by GitHub
commit b6d0a53258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cask "whisky" do
end
auto_updates true
depends_on macos: ">= :ventura"
depends_on macos: ">= :sonoma"
depends_on arch: :arm64
app "Whisky.app"