I spent the last 2 days getting github actions to build Mac, Linux and Windows builds of my never to be seen prototypes. Total waste of time, but a lot of fun.

@grumpygamer

one can immediately tell from my commit history when I work on my CI workflows

- add new CI build workflow for mac
- fix build error in new CI build workflow for mac
- adjust fix for mac CI
- trying another way?
- fix
- fix #2
- fix #3
- please work?
- why
- i am going to quit programming and go raise sheep
@gloriouscow @grumpygamer Is this all not even testable locally? Some of my over simple CI I can test run with act before I waste even more time getting it running on GitHub
@gullevek @gloriouscow I build Mac builds locally for testing/debugging, then when I want a release, I build on CI so it's consistent for all platforms.