Fix CI: update retired runners, upgrade cibuildwheel v2→v3, restore manylinux2010 wheels#68
Draft
Copilot wants to merge 4 commits into
Draft
Fix CI: update retired runners, upgrade cibuildwheel v2→v3, restore manylinux2010 wheels#68Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.0](psf/black-pre-commit-mirror@25.1.0...26.3.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
…10 images Co-authored-by: nightlark <3969255+nightlark@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix CI jobs to pass successfully
Fix CI: replace retired runners and remove deprecated manylinux2010 images
Mar 9, 2026
Co-authored-by: nightlark <3969255+nightlark@users.noreply.github.com>
Copilot
AI
changed the title
Fix CI: replace retired runners and remove deprecated manylinux2010 images
Fix CI: update retired runners, upgrade cibuildwheel v2→v3, restore manylinux2010 wheels
Mar 9, 2026
4b1386c to
458c50b
Compare
6707791 to
7684856
Compare
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.
Several CI jobs were broken due to retired GitHub-hosted runners and a cibuildwheel v2 bug that hits GitHub's rate limit (HTTP 429) when downloading
virtualenv.pyzvia a deprecated blob URL.Runner updates (
build.yml)ubuntu-20.04→ubuntu-22.04(all jobs)windows-2019→windows-2022(AMD64 and x86)windows-2022(cross-compile) →windows-11-arm(native)cibuildwheel v2.23.1 → v3.4.0 (
build.yml)The macOS job was failing with
HTTP Error 429fetchingvirtualenv.pyzfrom agithub.com/blob/…?raw=trueURL that GitHub now rate-limits. Fixed in v3.1.4 ("Use the virtualenv release URL instead of blob URL").Restore manylinux2010-compatible wheels (
pyproject.toml)cibuildwheel v3 dropped the
manylinux2010shortname but still accepts full OCI image names. x86_64 and i686 wheels continue targeting glibc 2.12+:Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cibuildwheel.pypa.io/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.