-
Notifications
You must be signed in to change notification settings - Fork 239
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
Macos patch fix #506
Macos patch fix #506
Conversation
Cross referencing #502. |
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.
This only increases consistency, so sure!
Also, don't we test on macOS 10.14, then?
I found test only on 10.15 |
Once merged I'm happy to do a hotfix 1.7.4 if that's useful @Czaki? |
Are there CI systems running 10.14? I'm pretty sure there must be (GHA/Azure do not have an official 10.14 advertised runner anymore, but assuming some of the other ones are not?) If so, I think it's a great idea to backport the fix and release a 1.7.4 while we work on archs & Universal2. If not, still wouldn't be a bad idea. |
I run 10.14 on Azure Pipelines. |
10.14 doesn't seem to be advertised on GHA/Azure anymore, so I don't think we need to test with it. |
Released as v1.7.4 (note that release doesn't include the CIBW_ARCHS work) |
On MacOS 10.14 current patch syntax does not work (I build code with OpenMP, which needs libomp from
brew
).