Skip to content

Commit f2797ea

Browse files
committed
Match WebAudio ARM build toolchain to LabSound
1 parent 3253a65 commit f2797ea

4 files changed

Lines changed: 261 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
node_arch: x64
6767
archflags: ''
6868
- target: windows-arm64
69-
os: windows-11-arm
69+
os: windows-11-vs2026-arm
7070
node_arch: arm64
7171
archflags: ''
7272
- target: linux-x64

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
archflags: ''
2626
audio_runtime: true
2727
- target: windows-arm64
28-
os: windows-11-arm
28+
os: windows-11-vs2026-arm
2929
node_arch: arm64
3030
archflags: ''
3131
audio_runtime: false

package-lock.json

Lines changed: 257 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"@rslib/core": "0.23.2",
6363
"oxfmt": "0.57.0",
6464
"typescript": "7.0.2",
65-
"clang-format-node": "3.0.7"
65+
"clang-format-node": "3.0.7",
66+
"node-gyp": "12.4.0"
6667
},
6768
"type": "module",
6869
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)