mirror of
https://github.com/gosticks/brew.git
synced 2026-08-16 22:50:18 +00:00
Fix test cask macOS dependency
This should be updated when the minimum OS requirement changes.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user