ci: switch macOS CI to GitHub-hosted runners#236
Merged
branchseer merged 7 commits intomainfrom Mar 13, 2026
Merged
Conversation
fengmk2
approved these changes
Mar 13, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous setup used actions/setup-node directly which doesn't install pnpm. This was not an issue with Namespace runners which had pnpm pre-installed, but GitHub-hosted macos-latest does not. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
macos-latest is arm64, so the x86_64 fspy preload dylib cannot be injected into arm64 processes. macos-13 is a native x86_64 runner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
No need for architecture override or conditional steps — macos-13 defaults to x64 node. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Install x64 node on arm64 runner so fspy preload dylib (x86_64) can be injected into node processes running under Rosetta. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
oxc-project/setup-node v1.0.4 doesn't support the architecture input, so use pnpm/action-setup + actions/setup-node directly for the x86_64-apple-darwin target to install x64 node (runs under Rosetta). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
344c14a to
e67cf34
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.
Switch macOS CI runners from
namespace-profile-mac-defaulttomacos-latest🤖 Generated with Claude Code