Skip to content

Commit 110e657

Browse files
ci: run on Ubuntu 20.04 and Ubuntu 22.04
1 parent 61ff51e commit 110e657

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ on:
88
jobs:
99
test:
1010
timeout-minutes: 45
11-
runs-on: ubuntu-20.04
11+
strategy:
12+
fail-fast: false
13+
matrix:
14+
os: [ubuntu-22.04, ubuntu-20.04]
15+
runs-on: ${{ matrix.os }}
1216
steps:
1317
- uses: actions/checkout@v3
1418
with:

0 commit comments

Comments
 (0)