Conversation
As this image was deprecated on Sep 22nd, and will be dropped on Dec 4th, replace these jobs to use macos-14 images instead. Signed-off-by: Junio C Hamano <gitster@pobox.com>
The version of macos image used in GitHub CI has been updated to macos-14, as the macos-13 that we have been using got deprecated. * jc/ci-use-macos-14: GitHub CI: macos-13 images are no more Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The macos-13 runner pool will soon be closing down, as per https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ Unlike the Git project in 73b9cdb (GitHub CI: macos-13 images are no more, 2025-11-04), let's not upgrade to the next-newer pool timidly, but boldly go to the latest pool, macos-15. Note: That pool has ARM-based machines, and hence the installation path of Git must be adjusted: it is now /opt/homebrew instead of /usr/local. Likewise, the no-longer-supported .NET 3.1 used in `microsoft/scalar` does not support ARM64, therefore we have to upgrade to a newer, still-supported .NET version (which is A Good Idea, anyway). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Member
Author
|
This supersedes #827 |
derrickstolee
approved these changes
Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The macos-13 pool is no longer available, as of December 2nd, 2025.
This PR contains backports of the fixes that already made it to the
vfs-2.52.0branch.