From 1a0b83a59f814c1d6df67bee2a40d3ad1ed0c3f1 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Fri, 30 May 2025 10:55:08 -0600 Subject: [PATCH] CI: Rename macOS js REPL artifact to match name of tgz We haven't built a universal binary in over 11 months. The name is confusing, and actually breaks esvu on macOS. The fact that nobody has complained suggests that this is not a common use case.. --- .github/workflows/js-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js-artifacts.yml b/.github/workflows/js-artifacts.yml index d685cda305c..1935685bef2 100644 --- a/.github/workflows/js-artifacts.yml +++ b/.github/workflows/js-artifacts.yml @@ -24,7 +24,7 @@ jobs: include: - os_name: 'macOS' arch: 'arm64' - package_type: 'macOS-universal2' + package_type: 'macOS-arm64' runner: 'macos-15' steps: