Skip to content

Commit d52408b

Browse files
committed
ci: Add ARM runners
Add a GitHub ARM runner for the build tests. Signed-off-by: Naushir Patuck <[email protected]>
1 parent 7516098 commit d52408b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/libpisp-build-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ on:
1111

1212
jobs:
1313
build-test:
14-
15-
runs-on: [ ubuntu-latest ]
16-
1714
strategy:
1815
matrix:
16+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
1917
compiler: [ g++, clang++ ]
2018
build_type: [ release, debug ]
2119

20+
runs_on: ${{ matrix.os }}
21+
2222
steps:
2323
- uses: actions/checkout@v3
2424
with:

0 commit comments

Comments
 (0)