From 01cae246ef7e133c4e8a8c17a7aa3104fe5d73b3 Mon Sep 17 00:00:00 2001 From: Gordon Beeming Date: Wed, 8 Jul 2026 21:02:43 +1000 Subject: [PATCH] Use the non-deprecated depends_on macos symbol form Homebrew deprecated the string-comparison form (">= :sonoma") for depends_on macos in favor of the bare symbol form, which carries the same "Sonoma or newer" meaning. Co-authored-by: Claude Co-authored-by: GitButler --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a75581..6ee8fa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -289,7 +289,7 @@ jobs: desc "Caffeinate utility — the tool that never sleeps" homepage "https://github.com/gordonbeeming/insomnia" - depends_on macos: ">= :sonoma" + depends_on macos: :sonoma app "Insomnia.app" binary "#{appdir}/Insomnia.app/Contents/MacOS/insomnia-cli", target: "insomnia"