-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Migrate cibuildwheel workflow to macos-11 #23556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8477aac
to
0b98aab
Compare
The macos-10.15 runner is deprecated: actions/runner-images#5583
0b98aab
to
36ff871
Compare
Owee, I'm MrMeeseeks, Look at me.
There seem to be a conflict, please backport manually. Here are approximate instructions:
- Checkout backport branch and update it.
git checkout v3.5.x
git pull
- Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 ff9f038b74963f3458b0627f5f1e13e56a65aaed
- You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #23556: Migrate cibuildwheel workflow to macos-11'
- Push to a named branch:
git push YOURFORK v3.5.x:auto-backport-of-pr-23556-on-v3.5.x
- Create a PR against branch v3.5.x, I would have named this PR:
"Backport PR #23556 on branch v3.5.x (Migrate cibuildwheel workflow to macos-11)"
And apply the correct labels and milestones.
Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!
Remember to remove the Still Needs Manual Backport
label once the PR gets merged.
If these instructions are inaccurate, feel free to suggest an improvement.
Since this was milestoned for v3.5.4, I assume the backport is no longer needed.
PR Summary
The macos-10.15 runner is deprecated:
actions/runner-images#5583
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).