File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -254,23 +254,23 @@ jobs:
254
254
strategy :
255
255
matrix :
256
256
include :
257
- - os : windows-latest
258
- platform : win32
259
- arch : x64
260
- npm_config_arch : x64
261
- - os : ubuntu-latest
262
- platform : linux
263
- arch : x64
264
- npm_config_arch : x64
257
+ # - os: windows-latest
258
+ # platform: win32
259
+ # arch: x64
260
+ # npm_config_arch: x64
261
+ # - os: ubuntu-latest
262
+ # platform: linux
263
+ # arch: x64
264
+ # npm_config_arch: x64
265
265
# arm64 not actually supported by GitHub
266
266
# - os: ubuntu-latest
267
267
# platform: linux
268
268
# arch: arm64
269
269
# npm_config_arch: arm64
270
- - os : macos-12
271
- platform : darwin
272
- arch : x64
273
- npm_config_arch : x64
270
+ # - os: macos-12
271
+ # platform: darwin
272
+ # arch: x64
273
+ # npm_config_arch: x64
274
274
- os : macos-latest
275
275
platform : darwin
276
276
arch : arm64
You can’t perform that action at this time.
0 commit comments