From 92b4c34e94eb116047e5e4e84263f4e1e8089da3 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Sat, 2 Sep 2023 20:13:05 -0400 Subject: [PATCH] tiny-player: update minimum macOS --- Casks/t/tiny-player.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/tiny-player.rb b/Casks/t/tiny-player.rb index 12623419fc..95b6b18027 100644 --- a/Casks/t/tiny-player.rb +++ b/Casks/t/tiny-player.rb @@ -13,7 +13,7 @@ cask "tiny-player" do end auto_updates true - depends_on macos: ">= :el_capitan" + depends_on macos: ">= :high_sierra" app "Tiny Player.app"