From 54ee9e580537f6557a1457a6c538ec8e5c531aa3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 22 Feb 2023 14:43:56 +0900 Subject: [PATCH 1/2] Removed macos-10.15 because it will be removed at 2023-03-31 --- .github/workflows/test.yml | 2 +- README.md | 2 +- common.js | 1 - dist/index.js | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd612b49e..9431c0761 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12, windows-2019, windows-2022 ] + os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, 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', ruby-head, jruby, jruby-head, diff --git a/README.md b/README.md index 506f1051e..2a41184d4 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-18.04`, `ubuntu-20.04`, `ubuntu-22.04` | -| macOS | `macos-10.15`, `macos-11`, `macos-12` | +| macOS | `macos-11`, `macos-12` | | 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 0b8d18d7d..9a8a3d36e 100644 --- a/common.js +++ b/common.js @@ -163,7 +163,6 @@ export const supportedPlatforms = [ 'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04', - 'macos-10.15', 'macos-11', 'macos-12', 'windows-2019', diff --git a/dist/index.js b/dist/index.js index 4aa939e96..ff60f92a6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -471,7 +471,6 @@ const supportedPlatforms = [ 'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04', - 'macos-10.15', 'macos-11', 'macos-12', 'windows-2019', From 4dca0b31f0be91a8f581b126e5f3d733c45f891a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 23 Feb 2023 07:19:39 +0900 Subject: [PATCH 2/2] Also removed deprecated ubuntu-18.04 --- .github/workflows/test.yml | 2 +- README.md | 2 +- common.js | 1 - dist/index.js | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9431c0761..26a79a395 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ] + os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, 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', ruby-head, jruby, jruby-head, diff --git a/README.md b/README.md index 2a41184d4..6184b9b81 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act | Operating System | Supported | | ---------------- | --------- | -| Ubuntu | `ubuntu-18.04`, `ubuntu-20.04`, `ubuntu-22.04` | +| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04` | | macOS | `macos-11`, `macos-12` | | Windows | `windows-2019`, `windows-2022` | diff --git a/common.js b/common.js index 9a8a3d36e..92843aa23 100644 --- a/common.js +++ b/common.js @@ -160,7 +160,6 @@ function getImageOS() { } export const supportedPlatforms = [ - 'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04', 'macos-11', diff --git a/dist/index.js b/dist/index.js index ff60f92a6..5f5f15e4f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -468,7 +468,6 @@ function getImageOS() { } const supportedPlatforms = [ - 'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04', 'macos-11',