From 4f20bb71029fcb38ea5db1f28bb683f55b53edae Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 15 May 2024 02:58:39 +0900 Subject: [PATCH] Support ubuntu-24.04-x64 --- common.js | 1 + dist/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/common.js b/common.js index f15cf11..c7b9d5c 100644 --- a/common.js +++ b/common.js @@ -165,6 +165,7 @@ export async function hashFile(file) { const GitHubHostedPlatforms = [ 'ubuntu-20.04-x64', 'ubuntu-22.04-x64', + 'ubuntu-24.04-x64', 'macos-11-x64', 'macos-12-x64', 'macos-13-x64', diff --git a/dist/index.js b/dist/index.js index 86a5e28..883f85e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -525,6 +525,7 @@ async function hashFile(file) { const GitHubHostedPlatforms = [ 'ubuntu-20.04-x64', 'ubuntu-22.04-x64', + 'ubuntu-24.04-x64', 'macos-11-x64', 'macos-12-x64', 'macos-13-x64',