- Notifications
You must be signed in to change notification settings - Fork126
Replace macos-13 with macos-15-intel#366
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR updates GitHub Actions runner labels frommacos-13 tomacos-15-intel across multiple workflow files to ensure compatibility with newer macOS runners. The change also removes a now-obsolete symlink configuration that was specific tomacos-13.
- Replaced
macos-13withmacos-15-intelin workflow matrix configurations - Updated platform defaults in build workflow to use the new runner label
- Removed the
macos-13specific tcl-tk symlink workaround that is no longer needed
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/test-python-version.yml | Updated test matrix to usemacos-15-intel instead ofmacos-13 |
| .github/workflows/releases-validation.yml | Updated release validation matrix to usemacos-15-intel instead ofmacos-13 |
| .github/workflows/build-python-packages.yml | Updated platform defaults and fallback values to usemacos-15-intel; removedmacos-13 specific symlink step |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
macos-13will be unsupported by Dec 4th. New x86_64 (Intel) environment is available onmacos-15-intelrunner.For more info please refer torunner-images