-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
[misc] ubuntu-latest will be 20.04, macOS-11.0 Big Sur #94
Comments
I didn't, thanks for the notice. OTOH when |
I've run Ruby 2.7 and JRuby on Big Sur in my Puma fork, both passed CI, so Puma compiled and tested ok.
True, but a PITA Ok to close whenever |
Big Sur just broke, seeing an error logged from here of 'Unknown ImageOS macos11'. Not sure of the cause, the code below has a regex that matches against Lines 55 to 58 in ad1ebae
|
I see, will fix. I was thinking we should test on |
Fixed and tested in https://github.com/ruby/setup-ruby/releases. TruffleRuby needs new builds for macos-11.0 though: |
You've probably seen them, but just in case:
actions/runner-images#1816 - Ubuntu-latest workflows will use Ubuntu-20.04
Other than the changed OpenSSL 'security_level', not much of a change between 19.04 and 20.04. I have suggested that workflows use the numeric style rather than 'latest'...
actions/runner-images#1814 - macOS 11.0 (Big Sur) is available as a preview
Not knowledgeable re macOS. I have used a 10.15 Ruby build with 11.0. They don't mention whether they will be removing 10.15 or not. Then again, they mentioned that windows-2016 would be removed a long time ago...
The text was updated successfully, but these errors were encountered: