Skip to content

Commit d7009dd

Browse files
committed
fix(javascript): Missing darwin-x64 package due to incorrect build target on ARM runners
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 30fc6de commit d7009dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/javascript-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
settings:
14-
- host: macos-15
14+
- host: macos-15-intel
1515
target: x86_64-apple-darwin
1616
build: |
1717
yarn build

bindings/javascript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Missing `darwin-x64` package due to incorrect build target on ARM runners.
8+
59
## [0.19.0] - 2025-12-29
610

711
### Added

0 commit comments

Comments
 (0)