athena-framework / athena

An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211 stars 17 forks source link

Run compiled tests on faster arm64 mac OS vs ubuntu #406

Closed Blacksmoke16 closed 5 months ago

Blacksmoke16 commented 5 months ago

macos-latest is and will now be arm64 based, which seems to be quite a bit faster than the other options. Because test_compiled is just testing compile time errors we can make this switch for the faster compile times to speed up this job.

Seemed to finish ~3min faster. I'll take that.