From 713e0f1ab5cfaefd8883297722a07ab6d2e47305 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 27 Jun 2024 15:46:14 +0200 Subject: [PATCH 1/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c18791452..19a2d3273 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,3 +24,7 @@ $ cp pre-commit .git/hooks/pre-commit This is entirely automated now since [this issue](https://github.com/ruby/setup-ruby/issues/254). If you do not see a new version more than 24 hours after it was released feel free to file an issue. + +## Release + +Maintainers can create a release automatically by running [this workflow](https://github.com/ruby/setup-ruby/actions/workflows/release.yml). From c48bc1e88d22c9402868d403b3aaedc910a6c3e7 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 30 Jun 2024 12:41:55 +0200 Subject: [PATCH 2/3] macos-11 is no longer available --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10325970b..e09dc1a05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-11, macos-12, macos-13, macos-14, macos-arm-oss, windows-2019, windows-2022 ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14, macos-arm-oss, windows-2019, windows-2022 ] 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', '3.3', ruby-head, jruby, jruby-head, From 1d0e911f615a112e322369596f10ee0b95b010ae Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 30 Jun 2024 12:49:37 +0200 Subject: [PATCH 3/3] Fully remove macos-11 since new builds will be on macos-12 --- README.md | 2 +- common.js | 1 - dist/index.js | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c3fe2c37a..af3ebf112 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act | Operating System | Supported | | ---------------- | --------- | | 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` | The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder) diff --git a/common.js b/common.js index c7b9d5c4f..61d0021d1 100644 --- a/common.js +++ b/common.js @@ -166,7 +166,6 @@ const GitHubHostedPlatforms = [ 'ubuntu-20.04-x64', 'ubuntu-22.04-x64', 'ubuntu-24.04-x64', - 'macos-11-x64', 'macos-12-x64', 'macos-13-x64', 'macos-13-arm64', diff --git a/dist/index.js b/dist/index.js index 7ed67be4d..a8e3925de 100644 --- a/dist/index.js +++ b/dist/index.js @@ -526,7 +526,6 @@ const GitHubHostedPlatforms = [ 'ubuntu-20.04-x64', 'ubuntu-22.04-x64', 'ubuntu-24.04-x64', - 'macos-11-x64', 'macos-12-x64', 'macos-13-x64', 'macos-13-arm64',