Commit 4165d4a
committed
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>1 parent 0a8a019 commit 4165d4a
1 file changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
127 | 140 | | |
128 | 141 | | |
129 | | - | |
| 142 | + | |
130 | 143 | | |
131 | 144 | | |
132 | 145 | | |
| |||
0 commit comments