Skip to content

Commit 076322d

Browse files
committed
ci: Run on ARM runners in addition to x64
1 parent cefc965 commit 076322d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
if: ${{ fromJson(needs.gen-matrix.outputs.matrix) }}
5252
needs: gen-matrix
5353
name: build
54-
runs-on: ubuntu-latest
54+
runs-on:
55+
- ubuntu-24.04
56+
- ubuntu-24.04-arm
5557
timeout-minutes: 60
5658
strategy:
5759
fail-fast: false

0 commit comments

Comments
 (0)