From 72f05012c5f41af9655c3d9b032960600d1d9e54 Mon Sep 17 00:00:00 2001 From: Johnathan Baird Date: Thu, 15 Jun 2023 09:07:14 -0500 Subject: [PATCH] Updating minimum macos target --- Casks/codeedit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/codeedit.rb b/Casks/codeedit.rb index 7f78d6cf12..08e309d4e9 100644 --- a/Casks/codeedit.rb +++ b/Casks/codeedit.rb @@ -26,7 +26,7 @@ cask "codeedit" do end end - depends_on macos: ">= :monterey" + depends_on macos: ">= :ventura" app "CodeEdit.app"