You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scalar-functional-tests: upgrade to a newer macOS pool
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>
0 commit comments