-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Correct notice about which macOS versions are supported #3429
Conversation
scripts/install_deps.sh
Outdated
@@ -86,7 +86,7 @@ case $(uname -s) in | |||
;; | |||
*) | |||
echo "Unsupported macOS version." | |||
echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on Sierra." | |||
echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on High Sierra." |
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.
This removes Sierra
from the supported list.
@axic Thank you, corrected. Now Sierra is shown as supported and the High Sierra is the work in progress. |
I'm not sure though what "work-in-progress" means there :) Do you by any chance have High Sierra? If so, does it work out of the box? |
I have High Sierra and it works out of the box with the instructions provided. (I just overrode the version check.) I will create a separate PR in a moment to fix that. This PR is zero risk so you can merge now. That PR will be higher risk so more people can review it further before merge. |
The other related PR #3430 |
I'll go with the other one. Someone at this point would've complained if it wasn't working. |
This PR does not change any code. The code already shows Sierra is supported. I have changed just the message to show that the unsupported version is High Sierra (aka macOS 10.13, the next version after Sierra).