From a6f0b5b0acbe5ac25aaa6da713d5a88b126015cb Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 27 May 2026 01:53:17 +0900 Subject: [PATCH] ci: Avoid build from source on macos-15-intel test --- tools/ci/tool-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/tool-list.sh b/tools/ci/tool-list.sh index ed59effc..210fa107 100755 --- a/tools/ci/tool-list.sh +++ b/tools/ci/tool-list.sh @@ -129,7 +129,7 @@ case "$(uname -s)" in Darwin) host_os=macos if [[ "${runner}" == 'macos-15-intel' ]]; then - incompat_tools+=(release-plz) # no prebuilt binary + incompat_tools+=(martin release-plz) # no prebuilt binary fi ;; MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;