Merge pull request #162703 from qvacua/vimr-update-min-macos

vimr: Update the minimum macOS version to Monterey
This commit is contained in:
Miccal Matthews 2023-12-17 16:44:12 +08:00 committed by GitHub
commit 33e3fbb1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ cask "vimr" do
end
auto_updates true
depends_on macos: ">= :high_sierra"
depends_on macos: ">= :monterey"
app "VimR.app"
binary "#{appdir}/VimR.app/Contents/Resources/vimr"