Commit 37f66c1
authored
Select Xcode 26.6 for CI on the macOS 26 runner image (#2726)
GitHub rolled the macos-latest alias from macos-15-arm64 to macos-26-arm64
between June 3 and July 22. Xcode 26.2 still exists on the new image, but
its macOS-host xctest runner crashes at session bootstrap on a macOS 26
host ("Early unexpected exit, operation never finished bootstrapping"),
which is why only the Unix leg went red: it is the only leg running
native macOS test bundles. The simulator and build-only legs are
unaffected.
Xcode 26.6 is the new image's default toolchain and runs the full suite
green on a macOS 26 host locally.1 parent 832376b commit 37f66c1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments