We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcad86 commit ace99ffCopy full SHA for ace99ff
.github/workflows/test-linux.yml
@@ -35,7 +35,11 @@ permissions:
35
jobs:
36
test-linux:
37
if: github.event.pull_request.draft == false
38
- runs-on: ubuntu-24.04
+ runs-on: ${{ matrix.os }}
39
+ strategy:
40
+ fail-fast: false
41
+ matrix:
42
+ os: [ubuntu-24.04, ubuntu-24.04-arm]
43
steps:
44
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
with:
0 commit comments