mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-14 06:54:20 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92aece5fc9 | ||
|
|
db791aad7b |
@@ -17,7 +17,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12, windows-2019, windows-2022 ]
|
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
|
||||||
ruby: [
|
ruby: [
|
||||||
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', ruby-head,
|
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', ruby-head,
|
||||||
jruby, jruby-head,
|
jruby, jruby-head,
|
||||||
|
|||||||
@@ -42,8 +42,8 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
|
|||||||
|
|
||||||
| Operating System | Supported |
|
| Operating System | Supported |
|
||||||
| ---------------- | --------- |
|
| ---------------- | --------- |
|
||||||
| Ubuntu | `ubuntu-18.04`, `ubuntu-20.04`, `ubuntu-22.04` |
|
| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04` |
|
||||||
| macOS | `macos-10.15`, `macos-11`, `macos-12` |
|
| macOS | `macos-11`, `macos-12` |
|
||||||
| Windows | `windows-2019`, `windows-2022` |
|
| Windows | `windows-2019`, `windows-2022` |
|
||||||
|
|
||||||
The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder)
|
The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder)
|
||||||
|
|||||||
@@ -160,10 +160,8 @@ function getImageOS() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const supportedPlatforms = [
|
export const supportedPlatforms = [
|
||||||
'ubuntu-18.04',
|
|
||||||
'ubuntu-20.04',
|
'ubuntu-20.04',
|
||||||
'ubuntu-22.04',
|
'ubuntu-22.04',
|
||||||
'macos-10.15',
|
|
||||||
'macos-11',
|
'macos-11',
|
||||||
'macos-12',
|
'macos-12',
|
||||||
'windows-2019',
|
'windows-2019',
|
||||||
|
|||||||
-2
@@ -468,10 +468,8 @@ function getImageOS() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const supportedPlatforms = [
|
const supportedPlatforms = [
|
||||||
'ubuntu-18.04',
|
|
||||||
'ubuntu-20.04',
|
'ubuntu-20.04',
|
||||||
'ubuntu-22.04',
|
'ubuntu-22.04',
|
||||||
'macos-10.15',
|
|
||||||
'macos-11',
|
'macos-11',
|
||||||
'macos-12',
|
'macos-12',
|
||||||
'windows-2019',
|
'windows-2019',
|
||||||
|
|||||||
Reference in New Issue
Block a user