Skip to content

Conversation

@jkebinger
Copy link
Contributor

Problem

The CI workflow was failing with:

Requested labels: ubuntu-20.04

Ubuntu 20.04 runners are no longer available on GitHub Actions. See GitHub's announcement.

Solution

Updated .github/workflows/ci.yml to use ubuntu-latest instead of ubuntu-20.04.

This follows the pattern used in the successor project ReforgeHQ/sdk-python.

Changes

  • Changed runs-on: ubuntu-20.04 to runs-on: ubuntu-latest in CI workflow

Impact

  • ✅ Fixes runner availability errors
  • ✅ Aligns with current GitHub Actions runner offerings
  • ✅ Automatically uses the latest stable Ubuntu version
  • ✅ Matches configuration in successor project

🤖 Generated with Claude Code

Ubuntu 20.04 runners are no longer available on GitHub Actions.
This updates the CI workflow to use ubuntu-latest, following the
pattern used in the successor project (sdk-python).

This change:
- Fixes "Requested labels: ubuntu-20.04" runner errors
- Aligns with GitHub's current runner offerings
- Matches the configuration in ReforgeHQ/sdk-python

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jkebinger jkebinger requested a review from a team as a code owner November 20, 2025 00:21
Copy link
Contributor

@jdwyah jdwyah left a comment

Choose a reason for hiding this comment

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

thanks

@jkebinger jkebinger merged commit 7920d52 into main Nov 20, 2025
9 of 10 checks passed
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.

3 participants