jsumners / alfred-emoji

Alfred workflow for searching and copying emoji
741 stars 32 forks source link

Build on `macos-latest` #72

Closed jsumners closed 2 years ago

jsumners commented 2 years ago

https://github.com/actions/virtual-environments for the current available macOS environments. At this time, macos-latest maps to macOS 11 (despite macOS 12 being the true "latest").

Taking the stance in the PR reduces complexity in building releases. Originally, I wanted to build for all available macOS environments available in CI, but that introduced breakage in the auto-update script. Fixing that is something that I am not interested in. If someone else wants to take it on, we can certainly evaluate a PR to implement it.