From 60d0df7300e50d4cdae1147de5305e015cb10b26 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Fri, 3 Oct 2025 09:38:45 -0400 Subject: [PATCH] Update src/setup-julia.ts --- src/setup-julia.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup-julia.ts b/src/setup-julia.ts index 80edcec..f5c47e4 100644 --- a/src/setup-julia.ts +++ b/src/setup-julia.ts @@ -67,7 +67,7 @@ async function run() { if (forceArch) { core.warning('[setup-julia] x64 arch has been requested on a macOS runner that has an arm64 (Apple Silicon) architecture. The "force-arch" input is set to "true", so proceeding with x64 installation. Note that this will mean Julia will be run under Rosetta emulation.') } else { - throw new Error('[setup-julia] x64 arch has been requested on a macOS runner that has an arm64 (Apple Silicon) architecture. You may have meant to use the "aarch64" arch instead (or left it unspecified for the correct default). To force the use of x64 on this runner, set the "force-arch" input to "true".') + throw new Error('[setup-julia] x64 arch has been requested on a macOS runner that has an arm64 (Apple Silicon) architecture. You may have meant to use the "aarch64" arch instead (or "default" or left it unspecified for the correct default). To force the use of x64 on this runner, set the "force-arch" input to "true".') } }