Uh oh!
There was an error while loading. Please reload this page.
Modify --plat-name for macosx wheels - #1311
Merged
Merged
Conversation
yongtang
commented
Feb 13, 2021
Member
@kvignesh1420 While GitHub Actions have macos 10.15, we actually limit the macOS binary compatibility to 10.14 (used to be 10.13): In GitHub Actions we limit to 10.13 in the past to allow the binaries we built could run on lower versions of macOS (not just 10.15). If we want to change the |
kvignesh1420
commented
Feb 13, 2021
MemberAuthor
@yongtang yes sure, made the change. |
yongtang
approved these changes
Feb 13, 2021
i-ony pushed a commit
to i-ony/io
that referenced
this pull request
Mar 8, 2021
* modify --plat-name for macosx wheels * switch to 10.14
michaelbanfield pushed a commit
to michaelbanfield/io
that referenced
this pull request
Mar 30, 2021
* modify --plat-name for macosx wheels * switch to 10.14
zheolong pushed a commit
to zheolong/io-1
that referenced
this pull request
Jul 24, 2025
* modify --plat-name for macosx wheels * switch to 10.14
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 freeto 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.
This PR updates the
--plat-namefrommacosx_10_13_x86_64tomacosx_10_15_x86_64while building the tfio wheel as per the github actions env.