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

Add MacOS ARM releases and CI #3163

Merged
merged 3 commits into from
Feb 3, 2024

Conversation

laytan
Copy link
Collaborator

@laytan laytan commented Feb 2, 2024

Since not long ago, GitHub actions has ARM runners runs-on: macos-14. This PR adds a CI and nightly job for this one.

Running CI on this new target came up with some test failures, the first one was a use-after-free in the hxa tests, which I easily fixed here.
The second one is a math.pow failure with the exponent -25. I created an issue for this one and skipped that case in this PR, here is that issue: #3162.

I also gave the jobs some better looking names.

Solves #2830

@gingerBill gingerBill merged commit 8620281 into odin-lang:master Feb 3, 2024
4 checks passed
@laytan laytan deleted the arm-releases-and-ci branch April 23, 2024 18:17
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