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 AArch64 macOS CI #25

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Add AArch64 macOS CI #25

merged 1 commit into from
Apr 29, 2024

Conversation

pthariensflame
Copy link
Contributor

@pthariensflame pthariensflame commented Apr 29, 2024

This is the only publicly available Arm runner GitHub offers, so far, though with any luck the Linux Arm runners will be public later this year. Technically CI was already testing on Apple Silicon, under Rosetta 2, since macos-latest was selected and now points to an M1 instance. This finally admits it and sets things up so that the following combinations are all tested:

  • i686 Ubuntu
  • x86_64 Ubuntu
  • i686 Windows
  • x86_64 Windows
  • x86_64 macOS 13 on an Intel CPU
  • x86_64 macOS 14 on an M1 (via Rosetta 2)
  • AArch64 macOS 14 on an M1 (natively), except Julia 1.8

Further addition of AArch64 Ubuntu awaits GitHub's publicization of those runners; maybe in the future we'll also get AArch64 Windows runners, but no such plans have been announced. At least we can test on AArch64 at all now!

This is the only publicly available Arm runner GitHub offers, so far, though with any luck the Linux Arm runners will be public later this year.  Technically CI was already testing on Apple Silicon, under Rosetta 2, since `macos-latest` was selected and now points to an M1 instance.  This finally admits it and sets things up so that the following combinations are all tested:

- i686 Ubuntu
- x86_64 Ubuntu
- i686 Windows
- x86_64 Windows
- x86_64 macOS 13 on an Intel CPU
- x86_64 macOS 14 on an M1 (via Rosetta 2)
- AArch64 macOS 14 on an M1 (natively), except Julia 1.8

Further addition of AArch64 Ubuntu awaits GitHub's publicization of those runners; maybe in the future we'll also get AArch64 Windows runners, but no such plans have been announced.  At least we can test on AArch64 at all now!
@sunoru
Copy link
Member

sunoru commented Apr 29, 2024

Ohh that looks very nice. Thank you!

@sunoru sunoru merged commit c8ba9d5 into JuliaRandom:master Apr 29, 2024
20 checks passed
@pthariensflame pthariensflame deleted the patch-2 branch April 29, 2024 17:01
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