.github/workflows: Migrate workflows to Blacksmith runners#1
.github/workflows: Migrate workflows to Blacksmith runners#1useblacksmith-dev[bot] wants to merge 8 commits intodevelfrom
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 9b710a8. Configure here.
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| runs-on: blacksmith-4vcpu-ubuntu-2404 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 9b710a8. Configure here.


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.