This commit is contained in:
Louis Lam 2023-11-29 14:42:59 +08:00
parent a0fca4df4d
commit 771bcd5b3e

View file

@ -14,7 +14,7 @@ jobs:
ci: ci:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest, ARM64]
node: [20.x] # Can be changed node: [20.x] # Can be changed
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: