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 ;;