Skip to content

Commit cb5ed8b

Browse files
committed
fix: skip node 12 build on windows arm
1 parent 8519bc0 commit cb5ed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: pnpm run build.js
138138

139139
- name: Install Node 12
140-
if: ${{ !matrix.distro && matrix.os != 'macos-14' }}
140+
if: ${{ !matrix.distro && matrix.os != 'macos-14' && !(matrix.os == 'windows-2019' && matrix.target_arch == 'arm64') }}
141141
uses: actions/setup-node@v4
142142
with:
143143
node-version: 12

0 commit comments

Comments
 (0)