Skip to content

Commit b90c669

Browse files
authored
GitHub Actions: Add ubuntu-24.04-arm to the testing (#895)
1 parent a541932 commit b90c669

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
ci:
1212
strategy:
1313
fail-fast: false
14-
max-parallel: 9
1514
matrix:
16-
node-version: ['18.x', '20.x', '22.x']
17-
os: [macos-latest, ubuntu-latest, windows-latest]
15+
node-version: ['18.x', '20.x', 'lts/*']
16+
os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm, windows-latest]
1817
runs-on: ${{ matrix.os }}
1918
steps:
2019
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)