terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.73k stars 203 forks source link

Run GitHub Actions CI on macOS M1 #673

Closed elliottslaughter closed 2 months ago

elliottslaughter commented 2 months ago

This should also enable binaries to be included in the next release.

Note that runs under macos-14 run on M1 hardware, whereas previous macOS versions run on x86 hardware. This is a GitHub-specific decision and not specific to the way that macOS works (macOS 14 still runs fine on x86).