Skip to content

Commit 6e24ba4

Browse files
committed
Restore the standard WebAudio ARM toolchain
1 parent f2797ea commit 6e24ba4

4 files changed

Lines changed: 3 additions & 261 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-vs2026-arm
69+
os: windows-11-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-vs2026-arm
28+
os: windows-11-arm
2929
node_arch: arm64
3030
archflags: ''
3131
audio_runtime: false

package-lock.json

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

package.json

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

0 commit comments

Comments
 (0)