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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,9 @@ The action works for all [GitHub-hosted runners](https://help.github.com/en/acti
32
32
33
33
Rubinius is only available on `ubuntu-latest`.
34
34
35
-
The prebuilt rubies are generated by [eregon/ruby-install-builder](https://github.com/eregon/ruby-install-builder)
36
-
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).
35
+
The prebuilt releases are generated by [ruby-install-builder](https://github.com/eregon/ruby-install-builder)
36
+
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).
37
+
`ruby-head` is generated by [ruby-dev-builder](https://github.com/eregon/ruby-dev-builder) and `truffleruby-head` is generated by [truffleruby-dev-builder](https://github.com/eregon/truffleruby-dev-builder).
37
38
The full list of available Ruby versions can be seen in [ruby-install-builder-versions.js](ruby-install-builder-versions.js)
38
39
for Ubuntu and macOS and in [windows-versions.js](windows-versions.js) for Windows.
0 commit comments