Skip to content

Commit c6e7075

Browse files
committed
test only mac arm binary
1 parent fad24a8 commit c6e7075

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/jetbrains-release.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -254,23 +254,23 @@ jobs:
254254
strategy:
255255
matrix:
256256
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
265265
# arm64 not actually supported by GitHub
266266
# - os: ubuntu-latest
267267
# platform: linux
268268
# arch: arm64
269269
# 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
274274
- os: macos-latest
275275
platform: darwin
276276
arch: arm64

0 commit comments

Comments
 (0)