Actions
Misc #17586
openPlease run Windows CI in all std-lib repos
Misc #17586:
Please 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
*-latestto*-<numeric>(eg,macos-latesttomacos-11.0). The-latestdesignation 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