.github/workflows: Migrate workflows to Blacksmith runners - #646
Conversation
| strategy: | ||
| matrix: | ||
| os: [ubuntu-latest, windows-latest] | ||
| os: [ubuntu-latest, blacksmith-4vcpu-windows-2025] |
There was a problem hiding this comment.
🔍 Matrix jobs only partially migrated to Blacksmith
In the two matrix jobs (integration-tests and run-wfl-programs), only the Windows leg was migrated (windows-latest -> blacksmith-4vcpu-windows-2025) while the Linux leg was left on GitHub-hosted ubuntu-latest (.github/workflows/ci.yml:142 and .github/workflows/ci.yml:294). Every other job in the repo was migrated to blacksmith-4vcpu-ubuntu-2404. This is not a correctness bug — the jobs still run — but the Linux legs of these matrices will not get Blacksmith's faster hardware or colocated cache, so the migration is inconsistent. Worth confirming this partial migration was intentional (e.g. a wizard selection) rather than an oversight.
Was this helpful? React with 👍 or 👎 to provide feedback.
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
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.