Skip to content

Commit

Permalink
Add x64 and arm64 to architecture matrix in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 19, 2025
1 parent 4175671 commit 1abb920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
arch: [x64, arm64]
runs-on: ${{ matrix.os }}
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down

0 comments on commit 1abb920

Please sign in to comment.