ci: Skip cargo-rdme on x86_64 macOS

This commit is contained in:
Taiki Endo
2026-08-13 00:52:09 +09:00
parent c8724e7258
commit 952d13c8bb
+1 -1
View File
@@ -132,7 +132,7 @@ case "$(uname -s)" in
Darwin)
host_os=macos
if [[ "${runner}" == 'macos-15-intel' ]]; then
incompat_tools+=(martin release-plz) # no prebuilt binary
incompat_tools+=(cargo-rdme martin release-plz) # no prebuilt binary
fi
;;
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;