You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,17 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
53
53
| macOS |`macos-13` and newer versions |
54
54
| Windows |`windows-2019`, `windows-2022`|
55
55
56
+
Not all combinations of runner image and versions are supported.
57
+
The list of available Ruby versions per runner image can be seen in [ruby-builder-versions.json](ruby-builder-versions.json) for Ubuntu and macOS
58
+
(although some combinations are not available, see [the full list](https://github.com/ruby/ruby-builder/releases/tag/toolcache))
59
+
and in [windows-versions.json](windows-versions.json) for Windows.
60
+
56
61
The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder)
57
62
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).
58
63
The `mingw`, `ucrt` and `mswin` builds are generated by [ruby-loco](https://github.com/MSP-Greg/ruby-loco).
59
64
`ruby-head` is generated by [ruby-dev-builder](https://github.com/ruby/ruby-dev-builder),
60
65
`jruby-head` is generated by [jruby-dev-builder](https://github.com/ruby/jruby-dev-builder),
61
66
`truffleruby-head` and `truffleruby+graalvm-head` are generated by [truffleruby-dev-builder](https://github.com/ruby/truffleruby-dev-builder).
62
-
The full list of available Ruby versions can be seen in [ruby-builder-versions.json](ruby-builder-versions.json) for Ubuntu and macOS
63
-
(although some combinations are not available, see [the full list](https://github.com/ruby/ruby-builder/releases/tag/toolcache))
64
-
and in [windows-versions.json](windows-versions.json) for Windows.
0 commit comments