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
[CI] Use default architecture instead of forcing x64 (#2601)
This is in particular relevant on `macOS-latest`, where `default` would be
`aarch64`: currently we're running the tests with x86-64 builds of Julia on
Apple Silicon via Rosetta, which is slow, unsupported, and likely to fail.
0 commit comments