Skip to content

Commit 37f66c1

Browse files
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

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Select Xcode 26
23-
run: sudo xcode-select -s /Applications/Xcode_26.2.app
23+
run: sudo xcode-select -s /Applications/Xcode_26.6.app
2424
- name: Run Tests
2525
run: CI=1 ./scripts/all-tests.sh "${{ matrix.environment }}"
2626

0 commit comments

Comments
 (0)