Skip to content

Commit

Permalink
define the architectures manually
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Jul 29, 2024
1 parent 61b1126 commit c19b555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [18, 20]
arch: [x86_64, arm64]
include:
# MacOS
- os: macos-latest
arch: x86_64
node: 18
Expand All @@ -26,6 +24,7 @@ jobs:
- os: macos-latest
arch: arm64
node: 20
# Ubuntu
- os: ubuntu-latest
arch: x86_64
node: 18
Expand All @@ -38,6 +37,7 @@ jobs:
- os: ubuntu-latest
arch: arm64
node: 20
# Windows
- os: windows-latest
arch: x86_64
node: 18
Expand Down

0 comments on commit c19b555

Please sign in to comment.