diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 09115902..17c07fb5 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -84,14 +84,14 @@ jobs: url "https://github.com/manaflow-ai/cmux/releases/download/v#{version}/cmux-macos.dmg" name "cmux" desc "Lightweight native macOS terminal with vertical tabs for AI coding agents" - homepage "https://github.com/manaflow-ai/cmux" + homepage "https://cmux.dev" livecheck do url :url strategy :github_latest end - depends_on macos: ">= :ventura" + depends_on macos: ">= :sonoma" app "cmux.app"