ci: test one Xcode per macOS version - #320
Merged
Merged
Conversation
We care about macOS coverage, not Xcode coverage — the framework's own build settings don't vary by Xcode version, and the runtime behavior we test is OS-level (launchd, codesigning, NSFileManager). Dropping the older-Xcode cells cuts the matrix from 8 to 5 (and removes the macos-15-intel/Xcode 16.4 cell that's been the slowest). Also rename the job to 'Build & Test (macOS <N> <arch>)' so the checks list reads as the OS/arch combination rather than the runner image label.
MarshallOfSound
force-pushed
the
sam/ci-one-xcode-per-os
branch
from
May 4, 2026 05:51
f4aa186 to
8bb4eee
Compare
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.
We care about macOS coverage, not Xcode coverage — the framework's own build settings don't vary by Xcode version, and the runtime behavior under test is OS-level (launchd, codesigning,
NSFileManager). Dropping the older-Xcode cells cuts the matrix from 8 to 5 and removes themacos-15-intel + Xcode 16.4cell that's been the slowest.Also renames the job to
Build & Test (macOS <N> <arch>)so the checks list reads as the OS/arch combination rather than the runner image label.Build & Test (macOS 14 arm64)macos-14Build & Test (macOS 15 arm64)macos-15Build & Test (macOS 15 x86_64)macos-15-intelBuild & Test (macOS 26 arm64)macos-26Build & Test (macOS 26 x86_64)macos-26-intel