DanielBok / nlopt-python

A project to package the NLOpt library to wheels
Other
29 stars 14 forks source link

build.yml -> change macos-latest to macos-13 to re-enable x86_64 builds #40

Open jdegenstein opened 2 months ago

jdegenstein commented 2 months ago

referencing issue https://github.com/DanielBok/nlopt-python/issues/39 I can confirm that no MacOS-x86_64 builds are available for nlopt==2.8.0 https://pypi.org/project/nlopt/#files

As I mentioned in https://github.com/DanielBok/nlopt-python/pull/34 currently the "safest" way to get both builds is to manually specify macos-13 and macos-14, which are x86_64 and arm64 (aka aarch64 aka m1/2/3/etc) runners respectively.

This PR is an attempt to fix this problem.