File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
run : pnpm run build.js
138
138
139
139
- name : Install Node 12
140
- if : ${{ !matrix.distro && matrix.os != 'macos-14' }}
140
+ if : ${{ !matrix.distro && matrix.os != 'macos-14' && !(matrix.os == 'windows-2022' && matrix.target_arch == 'arm64') }}
141
141
uses : actions/setup-node@v4
142
142
with :
143
143
node-version : 12
@@ -187,7 +187,7 @@ jobs:
187
187
run : pnpm run lint-test
188
188
189
189
- name : Test
190
- if : ${{ ! matrix.distro }}
190
+ if : ${{ ! matrix.distro && !(matrix.os == 'windows-2022' && matrix.target_arch == 'arm64') }}
191
191
uses : nick-fields/retry@v3
192
192
with :
193
193
timeout_minutes : 5
@@ -198,7 +198,7 @@ jobs:
198
198
rm -rf ./tmp && mkdir -p ./tmp
199
199
200
200
- name : Test Electron Windows/MacOS
201
- if : " ${{ !contains(matrix.os, 'ubuntu') && !matrix.distro }}"
201
+ if : " ${{ !contains(matrix.os, 'ubuntu') && !matrix.distro && !(matrix.os == 'windows-2022' && matrix.target_arch == 'arm64') }}"
202
202
uses : nick-fields/retry@v3
203
203
with :
204
204
timeout_minutes : 5
You can’t perform that action at this time.
0 commit comments