From a9499745c684fbb4743968cac1fae315ae22168b Mon Sep 17 00:00:00 2001 From: Andrew Maiman Date: Wed, 19 Nov 2025 11:53:43 -0500 Subject: [PATCH] Remove High Sierra dependency for PowerShell LTS Homebrew no longer supports specifying minimum macOS versions this way in formulas. The deprecation message explicitly states "There is no replacement" because modern Homebrew expects formulas to work across supported macOS versions without explicit version checks. All currently supported versions are already later than High Sierra. --- Formula/powershell-lts.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Formula/powershell-lts.rb b/Formula/powershell-lts.rb index fe82019..fc0d5e2 100644 --- a/Formula/powershell-lts.rb +++ b/Formula/powershell-lts.rb @@ -29,9 +29,6 @@ class PowershellLts < Formula version "7.4.11" version_scheme 1 - # .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31 - depends_on macos: :high_sierra - def install libexec.install Dir["*"] chmod 0555, libexec/"pwsh"