Skip to content

Commit ea86920

Browse files
committed
Add windows-2016 to supported platforms
* Recommend to use *-latest.
1 parent a43803c commit ea86920

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ On Windows, Ruby 2.4 uses OpenSSL 1.0.2, which is no longer maintained.
3333

3434
The action works for all [GitHub-hosted runners](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners).
3535

36-
| Operating System | Versions |
37-
| ----------- | -------- |
38-
| Ubuntu | `ubuntu-20.04`, `ubuntu-latest` (= `ubuntu-18.04`), `ubuntu-16.04` |
39-
| macOS | `macos-latest` |
40-
| Windows | `windows-latest` |
36+
| Operating System | Recommended | Other Supported Versions |
37+
| ----------- | -------- | -------- |
38+
| Ubuntu | `ubuntu-latest` (= `ubuntu-18.04`) | `ubuntu-20.04`, `ubuntu-16.04` |
39+
| macOS | `macos-latest` (= `macos-10.15`) | |
40+
| Windows | `windows-latest` (= `windows-2019`) | `windows-2016` |
4141

42-
Rubinius is only available on `ubuntu-latest`.
42+
Rubinius is only available on `ubuntu-18.04`.
4343

4444
The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder)
4545
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).

0 commit comments

Comments
 (0)