CI: Add macos-{13,14} and as well as Ruby 3.3 to matrix build #303
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.
As per the current policy we could/should drop Ruby 3.0 (as it is EOL as of 2024-04-23). But maybe we can keep it in the CI if it doesn't cause issues. Thoughts?
I also added
macos-13
andmacos-14
, whereasmacos-14
is running on Apple Silicon M1. Before, we had no builds running on darwin-arm, which is a gap that should be closed IMO.macos-14-large
runs on x86, but is not free.FYI: GitHub has deprecated
macos-11
runner images (Big Sur, released Nov 2020). According to actions/runner-images#9255 it is planned to remove it in Q2 2024.macos-12
is going to be deprecated in Q3 and removed in Q4.