-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Hotfix: Run failing macos-latest
tests on macos-13
#829
Conversation
The two system/Homebrew tests on Switching them to Running some more tests to see if |
macos-latest
tests on macos-13
@giordano @simonbyrne This PR provides a hotfix for the failing CI tests. Whether to merge this or not, I'll leave up to you. Unfortunately, I do not have the resources to tackle this issue at the root, so this is only a bandaid. |
This reverts commit b718947.
I think the problem is relatively simple: julia just can't find the MPI library because it isn't anywhere accessible. If I manually set
I have no clue of how this magically works in older versions of macOS |
Ah, I think I understand now: up to the |
|
Thanks for finding the reference! That confirms there isn't anything broken in |
Based on reports in #828