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..
This commit is contained in:
Andrew Kaster 2025-05-30 10:55:08 -06:00 committed by Andrew Kaster
commit 1a0b83a59f
Notes: github-actions[bot] 2025-05-30 17:29:11 +00:00

View file

@ -24,7 +24,7 @@ jobs:
include:
- os_name: 'macOS'
arch: 'arm64'
package_type: 'macOS-universal2'
package_type: 'macOS-arm64'
runner: 'macos-15'
steps: