macOS CI: Update macOS runner to macOS 11 #420
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates macOS version on test CI to macOS 11.
GitHub no longer provides macOS 10.15 CI runners after 2022-12-01. And macOS 10.15 Catalina seems to be End-Of-Life.
All recent CI jobs on macOS 10.15 were failed due to timeout.
We need to update macOS version to keep testing on CI.
About macOS 11 and pypy 3.7 exclusion
macOS 11 and pypy 3.7 combination test remains disabled on this pull request.
macOS 10.15 and pypy 3.7 combination test was disabled due to compilation error.
It seems able to compile numpy 1.21.6 from source on macOS 11 and pypy 3.7 but the compilation of numpy takes a long time, 5 minutes 26 seconds.
So I keep it disabled but if you want to test it, please edit or mention it.
CI log: pip install numpy pytest on macOS 11 and pypy 3.7