From 56dbe84af1728ac1a0d25d50aeb94b6d4ab5e6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Tue, 30 Jan 2024 14:12:42 -0800 Subject: [PATCH] Add support for macos-14-x64 GitHub runners --- common.js | 1 + dist/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/common.js b/common.js index 9318486..f15cf11 100644 --- a/common.js +++ b/common.js @@ -169,6 +169,7 @@ const GitHubHostedPlatforms = [ 'macos-12-x64', 'macos-13-x64', 'macos-13-arm64', + 'macos-14-x64', 'macos-14-arm64', 'windows-2019-x64', 'windows-2022-x64', diff --git a/dist/index.js b/dist/index.js index c475acd..5c2e967 100644 --- a/dist/index.js +++ b/dist/index.js @@ -529,6 +529,7 @@ const GitHubHostedPlatforms = [ 'macos-12-x64', 'macos-13-x64', 'macos-13-arm64', + 'macos-14-x64', 'macos-14-arm64', 'windows-2019-x64', 'windows-2022-x64',