-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
architecture for macos-14 which is now macos-latest #241
Comments
Similar to #240 |
Could we do something about this? All MacOS Julia 1.6 tests are failing now... Maybe we could just silently download the x86 binary? |
We should at least print a good error message. |
Let me take a look at this. |
Here is my PR to improve the error logging in this situation: #261 Here is a Discourse post to raise awareness (and provide instructions for fixing the error): https://discourse.julialang.org/t/how-to-fix-github-actions-ci-failures-with-julia-1-6-or-1-7-on-macos-latest-and-macos-14/117019 |
Describe the bug
macos-latest runners are now macos-14 and aarch64. In actions, these download julia for x64.
To Reproduce
See: JuliaStats/Distributions.jl#1856 (comment)
Expected behavior
aarch64 platforms for macos runners should only download the aarch64 binaries or fail.
The text was updated successfully, but these errors were encountered: