From 9cd774b8b182af80e68b18d68a729e7afed77af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Thu, 10 Jul 2025 20:31:31 +0200 Subject: [PATCH] feat: don't mention arch in warning msg aboout fallback --- src/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action.ts b/src/action.ts index bf42772..6a7374a 100644 --- a/src/action.ts +++ b/src/action.ts @@ -163,7 +163,7 @@ function getEffectiveArch(os: string, arch: string): string { "⚠️ Bun does not provide native arm64 builds for Windows.", "Using x64 build which will run through Microsoft's x64 emulation layer.", "This may result in reduced performance and potential compatibility issues.", - "💡 For best performance, consider using x64 Windows runners or other platforms with native arm64 support.", + "💡 For best performance, consider using x64 Windows runners or other platforms with native support.", ].join("\n"), );