Skip to content

Commit 7920d52

Browse files
jkebingerclaude
andauthored
Update CI runner from ubuntu-20.04 to ubuntu-latest (#128)
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>
1 parent ab35c32 commit 7920d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
env:
1616
MIX_ENV: test
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)