Skip to content

Commit

Permalink
test only mac arm binary
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Sep 21, 2024
1 parent fad24a8 commit c6e7075
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/jetbrains-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,23 +254,23 @@ jobs:
strategy:
matrix:
include:
- os: windows-latest
platform: win32
arch: x64
npm_config_arch: x64
- os: ubuntu-latest
platform: linux
arch: x64
npm_config_arch: x64
# - os: windows-latest
# platform: win32
# arch: x64
# npm_config_arch: x64
# - os: ubuntu-latest
# platform: linux
# arch: x64
# npm_config_arch: x64
# arm64 not actually supported by GitHub
# - os: ubuntu-latest
# platform: linux
# arch: arm64
# npm_config_arch: arm64
- os: macos-12
platform: darwin
arch: x64
npm_config_arch: x64
# - os: macos-12
# platform: darwin
# arch: x64
# npm_config_arch: x64
- os: macos-latest
platform: darwin
arch: arm64
Expand Down

0 comments on commit c6e7075

Please sign in to comment.