diff --git a/common.js b/common.js index f15cf11f5..c7b9d5c4f 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 86a5e288a..883f85e93 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',