-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[ci] Test and release on macos 11 #4061
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/taichi-api-docs-preview/taichi/Cpou28w5ayirBSaDiWBAKXtgUvqp [Deployment for 93c531e canceled] |
✔️ Deploy Preview for docsite-preview canceled. 🔨 Explore the source changes: 93c531e 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/61e7e725899e100008972483 |
It turns out https://pypi.org/project/torch/#files wheels built on macos 10.15 should be compatible on macos 11 x86_64. So I suppose this ticket is not valid anymore? |
@frostming sorry for the late reply! Does that mean we can support macos11 via the wheel built on 10.15? |
Does that mean we can support macos11 via the wheel built on 10.15?
Yes, i tried and it works well.
in fact the tag macos_11_x86_64 is valid but cannot be detected by the CI machine somehow. but anyway building such wheel isn't necessary.
… 在 2022年1月22日,12:47,Ailing ***@***.***> 写道:
Does that mean we can support macos11 via the wheel built on 10.15?
|
Related issue = Close #4013