Skip to content

.github/workflows: Migrate workflows to Blacksmith runners#1

Open
useblacksmith-dev[bot] wants to merge 8 commits intodevelfrom
blacksmith-migration-51bdbce
Open

.github/workflows: Migrate workflows to Blacksmith runners#1
useblacksmith-dev[bot] wants to merge 8 commits intodevelfrom
blacksmith-migration-51bdbce

Conversation

@useblacksmith-dev
Copy link
Copy Markdown

@useblacksmith-dev useblacksmith-dev Bot commented Apr 8, 2026

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:

  1. Your selected workflows will now run on Blacksmith's 2x faster hardware (e.g., runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.
  2. Your jobs running on Blacksmith will now have all official GitHub and popular third-party cache actions automatically interact with our 4x faster, colocated cache. Learn more about Blacksmith's actions cache.
  3. Your GitHub Actions will now actually be observable. Learn more about Blacksmith's logging and other observability features.
  4. Your Docker builds will now automatically share their Docker layer cache, resulting in up to 40x faster builds. Learn more about Blacksmith's Docker layer caching.

FAQ

  • Is this free? The first 3,000 minutes per month are free.
  • Who uses Blacksmith? Clerk, Ashby, VEED, and 600+ others.
  • What's the catch? There is none. Merge this thing already.

View in Codesmith
Codesmith can help with this PR — just tag @codesmith or enable autofix.

  • Autofix CI and bot reviews

View in Codesmith
Codesmith can help with this PR — just tag @codesmith or enable autofix.

  • Autofix CI and bot reviews (Staging)

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9b710a8. Configure here.

jobs:
build:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 3.8 unavailable on Ubuntu 24.04 runner

High Severity

Switching the runner from ubuntu-latest to blacksmith-4vcpu-ubuntu-2404 (Ubuntu 24.04) breaks the workflow because actions/setup-python@v2 with python-version: '3.8' will fail — Python 3.8 prebuilt binaries are not available on Ubuntu 24.04 images. Python 3.8 reached end-of-life and was removed from 24.04 runner images. The previous ubuntu-latest (22.04) still had Python 3.8 support.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9b710a8. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants