From 2e007403fc1ec238429ecaa57af6f22f019cc135 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 24 Apr 2025 20:45:25 +0200 Subject: [PATCH] Remove support for ubuntu-20.04 * It's gone: https://github.com/actions/runner-images/issues/11101 --- 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 91c1b78..eddf0d6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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`, `ubuntu-22.04-arm`, `ubuntu-24.04-arm` | +| Ubuntu | `ubuntu-22.04`, `ubuntu-24.04`, `ubuntu-22.04-arm`, `ubuntu-24.04-arm` | | macOS | `macos-13` and newer versions | | Windows | `windows-2019`, `windows-2022` | diff --git a/common.js b/common.js index e5730c1..12932cd 100644 --- a/common.js +++ b/common.js @@ -171,7 +171,6 @@ export async function hashFile(file) { // macos is not listed explicitly, see below const GitHubHostedPlatforms = [ - 'ubuntu-20.04-x64', 'ubuntu-22.04-x64', 'ubuntu-22.04-arm64', 'ubuntu-24.04-x64', diff --git a/dist/index.js b/dist/index.js index da47e6d..093b3ac 100644 --- a/dist/index.js +++ b/dist/index.js @@ -491,7 +491,6 @@ async function hashFile(file) { // macos is not listed explicitly, see below const GitHubHostedPlatforms = [ - 'ubuntu-20.04-x64', 'ubuntu-22.04-x64', 'ubuntu-22.04-arm64', 'ubuntu-24.04-x64',