scalar-functional-tests: upgrade to a newer macOS pool#816
Merged
dscho merged 1 commit intovfs-2.52.0-rc1from Nov 12, 2025
Merged
scalar-functional-tests: upgrade to a newer macOS pool#816dscho merged 1 commit intovfs-2.52.0-rc1from
dscho merged 1 commit intovfs-2.52.0-rc1from
Conversation
Member
Author
|
Oh, I guess I should have marked this as a |
77b1677 to
be5158b
Compare
be5158b to
5726e9b
Compare
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>
5726e9b to
af7fe0c
Compare
derrickstolee
approved these changes
Nov 11, 2025
mjcheetham
approved these changes
Nov 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 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 git/git@73b9cdb7c40 (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.