mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Fully remove macos-11 since new builds will be on macos-12
This commit is contained in:
@@ -43,7 +43,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
|
|||||||
| Operating System | Supported |
|
| Operating System | Supported |
|
||||||
| ---------------- | --------- |
|
| ---------------- | --------- |
|
||||||
| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04`, `ubuntu-24.04` |
|
| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04`, `ubuntu-24.04` |
|
||||||
| macOS | `macos-11`, `macos-12`, `macos-13`, `macos-14` |
|
| macOS | `macos-12`, `macos-13`, `macos-14` |
|
||||||
| 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)
|
||||||
|
|||||||
@@ -166,7 +166,6 @@ const GitHubHostedPlatforms = [
|
|||||||
'ubuntu-20.04-x64',
|
'ubuntu-20.04-x64',
|
||||||
'ubuntu-22.04-x64',
|
'ubuntu-22.04-x64',
|
||||||
'ubuntu-24.04-x64',
|
'ubuntu-24.04-x64',
|
||||||
'macos-11-x64',
|
|
||||||
'macos-12-x64',
|
'macos-12-x64',
|
||||||
'macos-13-x64',
|
'macos-13-x64',
|
||||||
'macos-13-arm64',
|
'macos-13-arm64',
|
||||||
|
|||||||
-1
@@ -526,7 +526,6 @@ const GitHubHostedPlatforms = [
|
|||||||
'ubuntu-20.04-x64',
|
'ubuntu-20.04-x64',
|
||||||
'ubuntu-22.04-x64',
|
'ubuntu-22.04-x64',
|
||||||
'ubuntu-24.04-x64',
|
'ubuntu-24.04-x64',
|
||||||
'macos-11-x64',
|
|
||||||
'macos-12-x64',
|
'macos-12-x64',
|
||||||
'macos-13-x64',
|
'macos-13-x64',
|
||||||
'macos-13-arm64',
|
'macos-13-arm64',
|
||||||
|
|||||||
Reference in New Issue
Block a user