[ci] change macos intel platform to 12_0#53671
Merged
Conversation
we upgraded the machine and releases Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the macOS Intel wheel tag to use macosx_12_0_x86_64 following an upgrade and removes the old download script.
- Remove the deprecated
download_wheels.shscript - Update macOS wheel URLs in installation docs, tests, and automation library
- Align CI automation to the new platform identifier
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| release/util/download_wheels.sh | Removed outdated download script |
| doc/source/ray-overview/installation.rst | Updated macOS x86_64 wheel URLs to use macosx_12_0 |
| ci/ray_ci/automation/test_ray_wheels_lib.py | Updated test fixtures to expect macosx_12_0_x86_64 |
| ci/ray_ci/automation/ray_wheels_lib.py | Replaced macosx_10_15_x86_64 with macosx_12_0_x86_64 in list |
Comments suppressed due to low confidence (3)
release/util/download_wheels.sh:1
- The download_wheels.sh script was removed; please verify and update any CI or documentation references to this script to avoid broken pipelines.
#!/usr/bin/env bash
doc/source/ray-overview/installation.rst:196
- Bullet list items should be indented consistently in reStructuredText; align these lines with list indentation (e.g., prefix with two spaces).
* For MacOS x86_64, commits predating August 7, 2021 will have ``macosx_10_13`` in the filename instead of ``macosx_10_15``.
ci/ray_ci/automation/test_ray_wheels_lib.py:23
- [nitpick] Tests currently only cover the Python 3.9 wheel variant for macosx_12_0; consider adding entries for other Python versions (3.10–3.13) to improve coverage.
"ray-1.0.0-cp39-cp39-macosx_12_0_x86_64",
khluu
approved these changes
Jun 9, 2025
aslonnie
added a commit
that referenced
this pull request
Jun 13, 2025
mainly for docs Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
aslonnie
added a commit
that referenced
this pull request
Jun 13, 2025
elliot-barn
pushed a commit
that referenced
this pull request
Jun 18, 2025
we upgraded the machine and releases Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
elliot-barn
pushed a commit
that referenced
this pull request
Jul 2, 2025
we upgraded the machine and releases Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
weiquanlee
pushed a commit
to antgroup/ant-ray
that referenced
this pull request
Aug 5, 2025
mainly for docs update Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
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.
we upgraded the machine and releases