Skip to content
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

Use Julia binaries matching the runner's architecture in CI #397

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

devmotion
Copy link
Member

Currently, tests with Julia 1 and Julia pre on macOS-latest use x64 Julia binaries on an Apple silicon architecture. I saw weird test failures in some of the open PRs in exactly these cases, and I think it's just generally an unreliable mix.

Thus this PR changes CI such that 1.6 is tested on macOS-13 (Intel CPU) since no Apple silicon binaries are available for that Julia version, and for 1 and pre the Julia binaries for Apple silicon are used.

@yebai yebai requested a review from penelopeysm February 20, 2025 09:27
@penelopeysm penelopeysm merged commit 3394707 into master Feb 21, 2025
16 of 17 checks passed
@penelopeysm penelopeysm deleted the dw/ci branch February 21, 2025 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants