macvim-dev / macvim

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

CI: Update environments to macos-11 and macos-12 #1269

Closed ichizok closed 2 years ago

ichizok commented 2 years ago

The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead.

And fix build errors on macos-12: Apple clang-13 sets -Wunused-but-set-variable by default so when with -Werror a build fails.