ci: Avoid build from source on macos-15-intel test

This commit is contained in:
Taiki Endo
2026-05-27 01:53:17 +09:00
parent 920ab1831f
commit a6f0b5b0ac
+1 -1
View File
@@ -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 ;;