macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Update CI to use macos-14 / Apple Silicon runners #1478

Closed ychin closed 4 months ago

ychin commented 4 months ago

GitHub Actions has recently added support for macos-14 runners which run on top of Apple Silicon. Switch CI to using it for publishing binary builds. Keep running the other OSes for now to test compatibility.

Close #1263