Skip to content

Commit 9dab9b8

Browse files
committed
Use a table for the Supported Platforms
1 parent 69709d1 commit 9dab9b8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ On Windows, Ruby 2.4 uses OpenSSL 1.0.2, which is no longer maintained.
2424

2525
### Supported Platforms
2626

27-
The action works for all GitHub-hosted runners:
28-
`ubuntu-16.04`, `ubuntu-18.04`, `macos-latest` and `windows-latest`.
27+
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).
28+
29+
| Operating System | Versions |
30+
| ----------- | -------- |
31+
| Ubuntu | `ubuntu-latest` (= `ubuntu-18.04`), `ubuntu-16.04` |
32+
| macOS | `macos-latest` |
33+
| Windows | `windows-latest` |
2934

3035
Ruby 2.3, JRuby and TruffleRuby are not yet supported on `windows-latest`.
3136

0 commit comments

Comments
 (0)