We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04748f commit 473a6caCopy full SHA for 473a6ca
1 file changed
.github/workflows/main.yml
@@ -14,14 +14,18 @@ concurrency:
14
15
jobs:
16
build:
17
- runs-on: ubuntu-22.04
+ runs-on: ${{ matrix.host }}
18
strategy:
19
fail-fast: false
20
matrix:
21
linux:
22
- - v5.10
23
- v6.1
24
- master
+ host:
25
+ - ubuntu-22.04
26
+ include:
27
+ - linux: v5.10
28
+ host: ubuntu-20.04
29
steps:
30
- uses: actions/checkout@v4
31
with:
0 commit comments