Skip to content

Commit efd6c9a

Browse files
authored
ci: run the testing script on ARM as well (#111)
1 parent 7159659 commit efd6c9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-to-candidate.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ jobs:
6262
test:
6363
name: 🗒️ Test snap
6464
needs: call-for-testing
65-
runs-on: ubuntu-latest
65+
strategy:
66+
matrix:
67+
os: [ubuntu-latest, ubuntu-24.04-arm]
68+
runs-on: ${{ matrix.os }}
6669
steps:
6770
- name: 🗒️ Run tests
6871
uses: snapcrafters/ci/run-tests@main

0 commit comments

Comments
 (0)