mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
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:
parent
30fe721a3d
commit
1a0b83a59f
2
.github/workflows/js-artifacts.yml
vendored
2
.github/workflows/js-artifacts.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
include:
|
||||
- os_name: 'macOS'
|
||||
arch: 'arm64'
|
||||
package_type: 'macOS-universal2'
|
||||
package_type: 'macOS-arm64'
|
||||
runner: 'macos-15'
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user