Fix test cask macOS dependency
This should be updated when the minimum OS requirement changes.
This commit is contained in:
parent
287659c200
commit
6044bb17ee
@ -7,7 +7,7 @@ cask "with-depends-on-macos-comparison" do
|
||||
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
|
||||
homepage "https://brew.sh/with-depends-on-macos-comparison"
|
||||
|
||||
depends_on macos: ">= :catalina"
|
||||
depends_on macos: ">= :yosemite"
|
||||
|
||||
app "Caffeine.app"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user