Skip to content

Commit

Permalink
Add ARMv7 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Oct 14, 2024
1 parent 5baf48d commit 28337c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ci:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, ARM64]
os: [ubuntu-latest, windows-latest, macos-latest, ARM, ARM64]
node: [22] # Can be changed
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 28337c5

Please sign in to comment.