Open jdegenstein opened 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.
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.