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.
macOS-*
is nowmacos-*
build-cmake
: Now depends onbuild-macos
in addition tobuild-linux
so that a build failure inbuild-macos
will stop this step from running, just like already happens for Linux.build-cmake
,test-c-unix
,test-cmake
: Run onmacos-13
andmacos-latest
. This was running onmacos-14
andmacos-latest
which is from whenmacos-latest
was stillmacos-13
. We keepmacos-13
for now since this is still an Intel build whilemacos-14
and later are Apple Silicon hardware.test-cpp-macos
: Removemacos-12
as this will be turned off in the coming months at GitHub. Addmacos-15
which is in public preview. Update Xcode versions to the latest for each major version and run some of the older ones onmacos-13
now thatmacos-12
is gone.Information about the pending removal of
macos-12
can be found here: actions/runner-images#10721Information about Xcode releases can be found here: https://xcodereleases.com