ci: move remaining paid macOS runners to WarpBuild#3520
Merged
Conversation
Three jobs still targeted paid GitHub-hosted macOS runners: - lint-ios.yml: macos-15 -> warp-macos-15-arm64-6x - release-xnet-gui.yml: macos-latest -> warp-macos-latest-arm64-6x - release-node.yml (build-macos-universal): macos-latest -> warp-macos-latest-arm64-6x Chosen Warp labels are already in use elsewhere in this repo for analogous workloads (test-ios, test-bindings-check, the other macOS build jobs in release-node.yml), so we inherit validated configuration. No job steps, secrets, permissions, or triggers change. Resolves xmtp#3519
neekolas
approved these changes
Apr 16, 2026
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.
Resolves #3519
Summary
Three jobs still targeted paid GitHub-hosted macOS runners and accounted for the remaining GitHub Actions spend. Each is migrated to a WarpBuild label that is already in production use elsewhere in this repo for an analogous workload, so we inherit validated configuration.
.github/workflows/lint-ios.ymlmacos-15warp-macos-15-arm64-6x.github/workflows/release-xnet-gui.ymlmacos-latestwarp-macos-latest-arm64-6x.github/workflows/release-node.ymlmacos-latestwarp-macos-latest-arm64-6xNo job steps, secrets, permissions, or triggers change — only the three
runs-on:labels.Validation
.github/workflows/formacos-*/ larger Ubuntu / larger Windows GitHub-hosted labels — zero matches remain.ubuntu-latestjobs (free on public repos) were intentionally left unchanged.Test plan
lint-iosagainst the Warp runner and passes.release-xnet-gui,release-node) are release-triggered; their new labels match labels already proven by neighboring jobs in the same file, minimizing risk at release time.Rollback
Single 3-line commit — revert is trivial.
Note
Move remaining CI macOS jobs to WarpBuild runners
Migrates three GitHub Actions jobs from GitHub-hosted macOS runners to WarpBuild runners (
warp-macos-15-arm64-6x,warp-macos-latest-arm64-6x). Affected workflows are lint-ios.yml, release-node.yml, and release-xnet-gui.yml.Macroscope summarized 2ac6997.