-
Notifications
You must be signed in to change notification settings - Fork 20
Update depends_on macos
#1297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update depends_on macos
#1297
Conversation
Formula/powershell-lts.rb
Outdated
| # .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 | ||
| # .NET 8 requires macOS 13 (Ventura) - https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#apple | ||
| depends_on macos: :ventura |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| depends_on macos: :ventura | |
| depends_on macos: :catalina |
Another option: .NET 8 was originally released with support for macOS 10.15 (Catalina)
|
Please note that $ brew install powershell/tap/powershell
Error: powershell/tap/powershell: Calling `depends_on macos: :high_sierra` is deprecated! There is no replacement.
Please report this issue to the powershell/homebrew-tap tap (not Homebrew/* repositories):
/opt/homebrew/Library/Taps/powershell/homebrew-tap/Formula/powershell.rb:33 |
|
@andyleejordan @TravisEz13 Can we get the final review and get this merged? These constant deprecation warnings on any |
|
Hi, @TravisEz13 and/or @andyleejordan Any chance one of you could review & approve this PR ... pretty please? 😜 |
|
please approve and integrate. this breaks update functionality in the homebrew implementation of powershell. |
|
Please approve it, @TravisEz13 and @andyleejordan :) |
ca3b461 to
9fd08d9
Compare
9fd08d9 to
da989a6
Compare
|
I’ve pushed changes to use the minimum supported OS at the time of the first .NET RC to avoid unnecessary warnings. |
Update macOS
depends_onto reflect .NET’s supported OS at each release’s ship date.