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.
We do not have the runners anymore to deploy and test macOS 10.15, so we bump our tests to 11.0+, too.
Technically, we could build & deploy a bit longer on GH actions
macos-11
for10.15
(Catalina), but since it is unmaintained by Apple/end-of-life already and macOS-11 is the oldest still maintained OS by Apple, we do also stop support for it. Also, we cannot do runtime tests anymore with it, since we have no GH 10.15 runner images anymore.At the time of writing, old and maintained are:
latest is: macOS 13, Ventura - and in preview is macOS 14, Sonoma.
This also unifies our arm64/aarch64 (M1/M2) requirements, which are macOS 11.0+ as well.