Skip to content

Commit 1abb920

Browse files
committed
Add x64 and arm64 to architecture matrix in CI workflow
1 parent 4175671 commit 1abb920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
os: [ macos-latest, ubuntu-latest, windows-latest ]
79+
arch: [x64, arm64]
7980
runs-on: ${{ matrix.os }}
8081
if: startsWith(github.ref, 'refs/tags/')
8182
steps:

0 commit comments

Comments
 (0)