-
Notifications
You must be signed in to change notification settings - Fork 73
update CI: macos-latest is aarch64, not x64 #563
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
Conversation
|
@ChrisRackauckas I found that some tests are broken on macOS ARM systems and marked them as such. They are tracked in #564. Do you think this would be something for the SciML Small Grants program? |
|
Yes I think there are still funds that were dedicated to that? We can track that down. Can you open the PR to describe the project? It would definitely be good to have this get handled. |
|
I opened a PR: SciML/sciml.ai#194 Are the changes in this PR reasonable from your point of view so that we can go ahead and merge it when the standard CI tests pass (not Julia pre and Julia nightly)? |
|
By the way, would it make sense to disable some of the CI jobs like Julia nightly? |
|
It's probably good to still see it. |
The macOS-latest runners are using the new Apple ARM processors. We get issues when requesting x64 on them. Thus, I updated the CI matrix to run macOS-latest tests on aarch64 instead of x64.
We have to update the required checks accordingly.
Closes #558