mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00: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
Notes:
github-actions[bot]
2025-05-30 17:29:11 +00:00
Author: https://github.com/ADKaster
Commit: 1a0b83a59f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4933
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue