-
-
Notifications
You must be signed in to change notification settings - Fork 181
Update our macOS CI #1946
Copy link
Copy link
Open
Labels
enhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugstestsThis affects the test suiteThis affects the test suite
Milestone
Metadata
Metadata
Assignees
Labels
enhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugstestsThis affects the test suiteThis affects the test suite
actions/runner-images#13518 says that our use of macOS 14 in CI is to come to a close soon. We can upgrade merely to
macos-15, but we now also have the option to use macOS 26, and both can be used on both ARM and Intel. The question really is how many CI configurations we want to have. More = better? Not quite: the more configs we have, the higher it counts against the concurrency cap, and generally isn't very parsimonious.My personal opinion: it's fine to only test on a single arch each (perhaps 15-intel and 26 ARM?), since we don't employ anything architecture-specific.