You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Context:**
Github recently updated MacOS in CI images to 15.5. This macos works
with xcode 16.4.
actions/runner-images#12541actions/runner-images#12520
New xcode registers the sdk file a bit differently, which broke the
macos/xcode version parsing in lapacke.
**Description of the Change:**
Pin macos version in mac wheels CI to `macos-14`
**Benefits:**
Mac wheels no longer fail.
**Possible Drawbacks:**
xcode 16 seems painfully slow. Forcing single threaded build and
disabling macos spotlight/OS indexing fixes this.
---------
Co-authored-by: Hong-Sheng Zheng <[email protected]>
0 commit comments