Traverse-Research / ispc-downsampler

Image downsampler using a Lanczos filter implemented in ISPC
Other
11 stars 1 forks source link

CI: Always install the Rust target for MacOS on x86_64 #51

Closed MarijnS95 closed 5 months ago

MarijnS95 commented 5 months ago

According to GitHub documentation it is now possible to get a Mac M1 runner using the aarch64 architecture. This means x86_64 is no longer the only host architecture for which we expect the x86_64-apple-darwin target to always be natively installed.

Install it unconditionally next to the aarch64 Mac/iOS triples and let rustup figure out and skip what's already installed.

MarijnS95 commented 5 months ago

Manual workflow dispatch: https://github.com/Traverse-Research/ispc-downsampler/actions/runs/8800070707