mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
ci: Avoid build from source on macos-15-intel test
This commit is contained in:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user