Skip to content

chore: use Codex Linux runners for Rust releases#23761

Merged
bolinfest merged 1 commit into
mainfrom
pr23761
May 20, 2026
Merged

chore: use Codex Linux runners for Rust releases#23761
bolinfest merged 1 commit into
mainfrom
pr23761

Conversation

@bolinfest
Copy link
Copy Markdown
Collaborator

@bolinfest bolinfest commented May 20, 2026

Why

Linux release jobs build the MUSL artifacts that ship in Codex releases, including both the primary CLI bundle and the app-server bundle. Those builds should run on the Codex Linux runner pools instead of generic Ubuntu-hosted runners so release builds use the x64 and arm64 capacity intended for Codex artifacts.

What Changed

  • Moves the x86_64-unknown-linux-musl release matrix entries in .github/workflows/rust-release.yml from ubuntu-24.04 to codex-linux-x64-xl.
  • Moves the aarch64-unknown-linux-musl release matrix entries from ubuntu-24.04-arm to codex-linux-arm64.
  • Leaves macOS release jobs, target triples, bundle names, and artifact names unchanged.

Verification

  • Reviewed the workflow matrix diff for .github/workflows/rust-release.yml.
  • Not run locally; this is a GitHub Actions runner configuration change.

@bolinfest bolinfest changed the title chore: upgrade Linux runners for Rust releases chore: use Codex Linux runners for Rust releases May 20, 2026
@bolinfest bolinfest merged commit 96aa389 into main May 20, 2026
31 checks passed
@bolinfest bolinfest deleted the pr23761 branch May 20, 2026 21:45
@github-actions github-actions Bot locked and limited conversation to collaborators May 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants