Skip to content

Commit 473a6ca

Browse files
committed
keep building 5.10 (debian oldstable) on 20.04
1 parent a04748f commit 473a6ca

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-22.04
17+
runs-on: ${{ matrix.host }}
1818
strategy:
1919
fail-fast: false
2020
matrix:
2121
linux:
22-
- v5.10
2322
- v6.1
2423
- master
24+
host:
25+
- ubuntu-22.04
26+
include:
27+
- linux: v5.10
28+
host: ubuntu-20.04
2529
steps:
2630
- uses: actions/checkout@v4
2731
with:

0 commit comments

Comments
 (0)