.github/workflows: Migrate workflows to Blacksmith runners - #5499
Open
blacksmith-sh[bot] wants to merge 4 commits into
Open
.github/workflows: Migrate workflows to Blacksmith runners#5499blacksmith-sh[bot] wants to merge 4 commits into
blacksmith-sh[bot] wants to merge 4 commits into
Conversation
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
…the runner migration Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
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.
This PR has been automatically generated by a team member in your GitHub organization using Blacksmith's Migration Wizard. This PR changes the following:
runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.Summary by cubic
Migrate GitHub Actions to Blacksmith runners and Docker builder for faster, consistent CI across Linux, macOS, and Windows; keep the macOS GUI boot-smoke job on GitHub-hosted for now. Also make
setup-bunauto-install a supported Node when the runner default is too old to preventbun installfailures.Migration
blacksmith-4vcpu-ubuntu-2404(+blacksmith-4vcpu-ubuntu-2404-arm), macOS toblacksmith-6vcpu-macos-15, Windows toblacksmith-4vcpu-windows-2025.macos-latestuntil a launched-app smoke passes on Blacksmith.docker/setup-buildx-action@v3/docker/build-push-action@v5touseblacksmith/setup-docker-builder@v1/useblacksmith/build-push-action@v2for per-arch builds; keep Buildx + QEMU where a single job builds multi-arch..github/actions/setup-bun: install Node24when the runner’s Node <22; exposenode-versionandmin-node-majorinputs.Bug Fixes
Written for commit edb8e9e. Summary will update on new commits.