lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.94k stars 397 forks source link

github CI use macos-latest #1489

Closed notEthan closed 1 year ago

notEthan commented 1 year ago

macos-10.15 is unsupported, see https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/ This could be changed to macos-12 or macos-11 if there is reason to reference a particular version, but using -latest seemed to me like a good option.

notEthan commented 1 year ago

Maybe also switching to ubuntu-latest and windows-latest for consistency would be good, or maybe I should not use any -latest and use macos-12.

lsegal commented 1 year ago

Thanks for the PR!