Skip to content

Commit 63e7f4c

Browse files
ci: add ubuntu-24.04-arm as os for build-test
1 parent 3e61d2a commit 63e7f4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020
build-test:
2121
needs: prepare
2222
name: Build & Test
23-
runs-on: ubuntu-latest
23+
runs-on: ${{ matrix.os }}
2424
strategy:
2525
matrix:
26+
os:
27+
- ubuntu-latest
28+
- ubuntu-24.04-arm
2629
rust:
2730
- version: ${{ needs.prepare.outputs.rust_version }}
2831
clippy: true

0 commit comments

Comments
 (0)