From 952d13c8bb10d7e37f96fa2c8131338550a62663 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 13 Aug 2026 00:37:08 +0900 Subject: [PATCH] ci: Skip cargo-rdme on x86_64 macOS --- 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 68435173..210e2e78 100755 --- a/tools/ci/tool-list.sh +++ b/tools/ci/tool-list.sh @@ -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 ;;