ci(desktop): move macOS build to arcbox self-hosted fleet#225
Open
PeronGH wants to merge 1 commit into
Open
Conversation
Greptile SummaryThis PR moves the desktop macOS build to the arcbox self-hosted runner. The main changes are:
Confidence Score: 5/5Safe to merge with minimal risk. The change is limited to a single GitHub Actions matrix runner label and a clarifying comment; the existing build, signing, notarization, and artifact steps remain unchanged. No files require special attention.
What T-Rex did
Important Files Changed
Reviews (2): Last reviewed commit: "ci(desktop): move macOS build to arcbox ..." | Re-trigger Greptile |
PeronGH
marked this pull request as draft
July 20, 2026 12:29
PeronGH
marked this pull request as ready for review
July 21, 2026 14:09
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.
Summary
blacksmith-6vcpu-macos-26toarcbox-macos-arm64, routing the job to our self-hosted arm64 macOS runner.Requirements on the host
mac.icon→Assets.carstill needsactool >= 26, so the arcbox macOS host must have Xcode 26 installed and selected (sudo xcode-select -s /Applications/Xcode.apporDEVELOPER_DIRset). The prior comment on the line has been updated to make this explicit.Signing/notarization is unaffected —
MACOS_CSC_*,APPLE_API_KEY*, andAPPLE_TEAM_IDstill come from thereleaseenvironment.Test plan
xcodebuild -versionreporting 26.x.Build Desktopviaworkflow_dispatchwithsign=falseand confirm theBuild (mac)job runs on the arcbox runner and packages successfully.release-desktop.ymlwithsign=trueand confirm codesign + notarization still pass.