Conversation
GitHub forces Node 24 on Node 20 actions starting 2026-06-16. Two were still on Node 20: - pypa/cibuildwheel v2.19 -> v3.4.1: its internal actions/setup-python is now v6.2.0 (Node 24). Pin manylinux2014 so the major bump keeps the Linux wheels' glibc-2.17 floor (64-bit only, so the i686/libatomic issue does not apply). - rustsec/audit-check has no Node 24 release, so the audit job now runs `cargo audit` directly (install + run), dropping the action and its write permissions. peter-evans/* in bench.yml are already Node 24.
🚦 Bench results: PR vs main
Per-scenario detail (4 metrics × cells)document-store
mutation-log
ycsb-a
ycsb-b
|
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.
Summary
GitHub forces Node 24 on Node 20 actions starting 2026-06-16. Two actions were still on Node 20:
v2.19→v3.4.1— its internalactions/setup-pythonis now v6.2.0 (Node 24).manylinux2014is pinned so the major bump keeps the Linux wheels' glibc-2.17 floor (64-bit only, so the i686/libatomic issue doesn't apply).auditjob now runscargo auditdirectly (install + run), dropping the action and its write permissions.peter-evans/*inbench.ymlare already Node 24.Test Plan
workflow_dispatchrun ofwheels.ymlon this branch validates cibuildwheel v3.4.1 + the manylinux pin across all 4 arches + sdist.ci.ymlrun exercises the newcargo auditaudit job.