We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4175671 commit 1abb920Copy full SHA for 1abb920
.github/workflows/ci.yml
@@ -76,6 +76,7 @@ jobs:
76
fail-fast: false
77
matrix:
78
os: [ macos-latest, ubuntu-latest, windows-latest ]
79
+ arch: [x64, arm64]
80
runs-on: ${{ matrix.os }}
81
if: startsWith(github.ref, 'refs/tags/')
82
steps:
0 commit comments