Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Commit c0ab1d7

Browse files
committed
Update depends_on macos
1 parent fb55a1c commit c0ab1d7

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/powershell-daily.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class PowershellDaily < Formula
3232
# Disabled because we are unable to maintain the automation to update the formula
3333
disable! date: "2023-03-03", because: :unmaintained
3434

35-
# .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
36-
depends_on macos: :high_sierra
35+
# .NET 10 requires macOS 14 (Sonoma) - https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md#apple
36+
depends_on macos: :sonoma
3737

3838
def install
3939
libexec.install Dir["*"]

Formula/powershell-lts.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class PowershellLts < Formula
2929
version "7.4.11"
3030
version_scheme 1
3131

32-
# .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
33-
depends_on macos: :high_sierra
32+
# .NET 8 requires macOS 13 (Ventura) - https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#apple
33+
depends_on macos: :ventura
3434

3535
def install
3636
libexec.install Dir["*"]

Formula/powershell-preview.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class PowershellPreview < Formula
3333
url :head
3434
end
3535

36-
# .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
37-
depends_on macos: :high_sierra
36+
# .NET 10 rerquires macOS 14 (Sonoma) - https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md#apple
37+
depends_on macos: :sonoma
3838

3939
def install
4040
libexec.install Dir["*"]

Formula/powershell.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Powershell < Formula
2929
version "7.5.2"
3030
version_scheme 1
3131

32-
# .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
33-
depends_on macos: :high_sierra
32+
# .NET 9 requires macOS 13 (Ventura) - https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md#apple
33+
depends_on macos: :ventura
3434

3535
def install
3636
libexec.install Dir["*"]

0 commit comments

Comments
 (0)