8000
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 d6234b4 commit a025d7bCopy full SHA for a025d7b
.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: