Skip to content

Commit 63d8300

Browse files
committed
Add aarch64 Linux as tested platform
1 parent b5887b1 commit 63d8300

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ on:
88

99
jobs:
1010
linux:
11-
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
platform:
14+
- runner: ubuntu-latest
15+
- runner: ubuntu-24.04-arm
16+
runs-on: ${{ matrix.platform.runner }}
1217
timeout-minutes: 10
1318
steps:
1419
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)