JuliaRandom / Random123.jl

Julia implementation of Random123.
http://juliarandom.github.io/RandomNumbers.jl/stable/man/random123/
Other
18 stars 5 forks source link

Add AArch64 macOS CI #25

Closed pthariensflame closed 5 months ago

pthariensflame commented 5 months ago

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:

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 commented 5 months ago

Ohh that looks very nice. Thank you!