tree-sitter / tree-sitter-ruby

Ruby grammar for tree-sitter
MIT License
182 stars 58 forks source link

CI: use windows-2019 for now #209

Closed aibaars closed 2 years ago

aibaars commented 2 years ago

@maxbrunsfeld This PR fixes the CI failures on windows but running the jobs on windows-2019.

See also: https://github.blog/changelog/2021-11-16-github-actions-windows-server-2022-with-visual-studio-2022-is-now-generally-available-on-github-hosted-runners/

I think a better fix would be to upgrade node-gyp upstream to a version that works with Visual Studio 2022, but this should work for now.

Checklist:

maxbrunsfeld commented 2 years ago

Nice, thanks for fixing this.