Actions
Misc #17586
openPlease run Windows CI in all std-lib repos
Status:
Open
Assignee:
-
Description
Please consider adding Windows CI to all std-lib repos.
Having ruby/ruby CI fail due to std-lib commits merged from their respective repos causes downstream issues, wasted time, etc.
See https://github.com/ruby/irb/pull/179 for an example adding Windows to Actions CI.
Re Actions matrix:
- The os change from
*-latest
to*-<numeric>
(eg,macos-latest
tomacos-11.0
). The-latest
designation changes, so some may prefer a-<numeric>
tag. See https://github.com/actions/virtual-environments#available-environments for available environments and their naming. - Using numeric versions for Ruby causes an issue with 3.0, as it’s interpreted as 3, which is only a sematic major requirement. Hence, quote all numeric versions.
Actions
Like0
Like0Like0