Skip to content

Commit 05e96a8

Browse files
committed
Test CI on ARM runners
1 parent 3bea7bf commit 05e96a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ on:
1111
jobs:
1212
ci:
1313
name: CI
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ matrix.os }}
1515

1616
strategy:
1717
matrix:
1818
node-version: [24.x]
19+
os: [ubuntu-latest, ubuntu-24.04-arm]
1920

2021
steps:
2122
- name: Checkout

0 commit comments

Comments
 (0)