til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Use macOS

You can do continuous integration (CI) using macOS using using GitHub Actions.

You can either specify: macOS-latest, which currently (at the time of writing) gets you macOS 10.15. Ff you want a newer macOS, like macOS 11 you have to specify: macos-11.

Resources and References