When we build the native binaries for macOS, we don't specify any particular macOS version, so we're presumably targeting the latest version that's running on our build machine. If possible, we should specify the necessary CMake options so that it works on macOS 10.13+. I can't think of any reason that our native code would require a newer macOS version, so hopefully it'll just work.
When we build the native binaries for macOS, we don't specify any particular macOS version, so we're presumably targeting the latest version that's running on our build machine. If possible, we should specify the necessary CMake options so that it works on macOS 10.13+. I can't think of any reason that our native code would require a newer macOS version, so hopefully it'll just work.