Use GH naming for linux arm and simplify some non-matrix jobs#347
Merged
Conversation
hoffmang9
approved these changes
Apr 10, 2026
Member
hoffmang9
left a comment
There was a problem hiding this comment.
I’m surprised I didn’t get these on my last pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use
ubuntu-24.04-armfor linux arm runnersSimplify jobs that didn't use the matrix
Note
Medium Risk
Changes GitHub Actions runner selection and job matrices, which could break CI/release publishing if runner labels or artifact names no longer match expectations. Functional code is untouched, but build and upload automation is impacted.
Overview
Updates GitHub Actions workflows to use GitHub’s explicit runner labels (not arrays), notably switching Linux ARM builds to
ubuntu-24.04-armacross C library, wheel, and Rust test jobs.Simplifies
build.yml’sbuild-sdist,check, anduploadjobs by removing their unused matrices and hardcoding Ubuntu/Python 3.12, including updating the corresponding artifact naming to fixed strings.Reviewed by Cursor Bugbot for commit b4aea9c. Bugbot is set up for automated code reviews on this repo. Configure here.