.github/workflows: Migrate workflows to Blacksmith runners#24
.github/workflows: Migrate workflows to Blacksmith runners#24useblacksmith-dev[bot] wants to merge 6 commits intomainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8567b6f. Configure here.
| strategy: | ||
| matrix: | ||
| runs-on: [ubuntu-latest, windows-latest, macos-latest] | ||
| runs-on: [ubuntu-latest, blacksmith-4vcpu-windows-2025, macos-latest] |
There was a problem hiding this comment.
Artifact name mismatch breaks verify and delete jobs
High Severity
The upload job's runs-on matrix update for Windows changed the artifact name. The verify and delete jobs still reference the old Windows artifact name, causing the verify job to fail and the delete job to attempt deleting a nonexistent artifact.
Reviewed by Cursor Bugbot for commit 8567b6f. Configure here.
|
Found 15 test failures on Blacksmith runners:
Failures
|


To whomever may be reviewing this PR,
Blacksmith is the fastest way to run your GitHub Actions.
What does this PR change?
This PR has been automatically generated by a team member in your GitHub organization using Blacksmith's Migration Wizard, or MigWiz for short. This PR changes the following:
runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.FAQ
Codesmith can help with this PR — just tag
@codesmithor enable autofix.Codesmith can help with this PR — just tag
@codesmithor enable autofix.