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 42d0cc8 commit 015343aCopy full SHA for 015343a
.github/workflows/test.yml
@@ -2,7 +2,10 @@ name: Test
2
on: [push]
3
jobs:
4
test:
5
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
6
+ strategy:
7
+ matrix:
8
+ os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, ubuntu-22.04-arm]
9
steps:
10
- name: Install system packages
11
run: |
0 commit comments