Skip to content

fix(release): update runners ubuntu-20.04 → ubuntu-22.04#121

Merged
ferhimedamine merged 1 commit into
mainfrom
fix/ubuntu-runner
Jul 16, 2026
Merged

fix(release): update runners ubuntu-20.04 → ubuntu-22.04#121
ferhimedamine merged 1 commit into
mainfrom
fix/ubuntu-runner

Conversation

@ferhimedamine

Copy link
Copy Markdown
Contributor

Problem

Release workflow has been stuck in queued state for 40+ minutes. Root cause: all 5 jobs use runs-on: "ubuntu-20.04" but GitHub retired ubuntu-20.04 runners — the queue never resolves.

Fix

Replace all 5 ubuntu-20.04 runner labels with ubuntu-22.04 in .github/workflows/release.yml.

Why this file vs. dist generate

This file was autogenerated by cargo-dist v0.26.0 prebuilt binary in PR#119. The pinned cargo-dist-version = "0.26.0" in dist-workspace.toml generates ubuntu-20.04 — a runner that no longer exists. Manually patching is the fastest fix; updating cargo-dist-version would require re-generation.

Closes DAK-7451 (final blocker before v0.7.0 release succeeds).

…22.04

GitHub retired ubuntu-20.04 runners; plan job queued indefinitely.
All 5 jobs updated to ubuntu-22.04.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ferhimedamine
ferhimedamine merged commit e94a4de into main Jul 16, 2026
6 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.

1 participant