Only install periphery from brew if macOS version is >= 13.

Resolve #580

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2024-10-17 21:36:18 -04:00
parent f08f0a37d7
commit 967e8db9ba
No known key found for this signature in database

View file

@ -9,4 +9,6 @@ brew "trash"
# brew "swiftlint"
tap "peripheryapp/periphery"
cask "periphery"
if OS.mac? && MacOS.version >= :ventura
cask "periphery"
end