Skip to content

Commit 3494732

Browse files
authored
Update platforms docs
* No need to duplicate docs about which is *-latest here.
1 parent 8461736 commit 3494732

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
@@ -38,13 +38,13 @@ which means Ruby ≤ 2.4 is unmaintained and considered insecure.
3838

3939
### Supported Platforms
4040

41-
The action works on these [GitHub-hosted runners](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners) virtual environments. Virtual environments not listed below are unsupported.
41+
The action works on these [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) images. Runner images not listed below are not supported yet. `$OS-latest` just alias to one of these images.
4242

43-
| Operating System | Recommended | Other Supported Versions |
44-
| ---------------- | ----------- | ------------------------ |
45-
| Ubuntu | `ubuntu-latest` (= `ubuntu-22.04`) | `ubuntu-18.04`, `ubuntu-20.04` |
46-
| macOS | `macos-latest` (= `macos-11`) | `macos-10.15`, `macos-12` |
47-
| Windows | `windows-latest` (= `windows-2022`) | `windows-2019` |
43+
| Operating System | Supported |
44+
| ---------------- | --------- |
45+
| Ubuntu | `ubuntu-18.04`, `ubuntu-20.04`, `ubuntu-22.04` |
46+
| macOS | `macos-10.15`, `macos-11`, `macos-12` |
47+
| Windows | `windows-2019`, `windows-2022` |
4848

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

0 commit comments

Comments
 (0)