Skip to content

Commit b1ea180

Browse files
GuillaumeLagrangeart049
authored andcommitted
ci(core): run tests on arm as well
1 parent 41cdf66 commit b1ea180

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

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

99
jobs:
1010
check:
11-
runs-on: "ubuntu-latest"
11+
strategy:
12+
matrix:
13+
os: ["ubuntu-latest", "codspeedhq-arm64-ubuntu-22.04"]
14+
runs-on: ${{ matrix.os }}
1215
steps:
1316
- uses: "actions/checkout@v4"
1417
with:

0 commit comments

Comments
 (0)