Skip to content

Commit 47f89af

Browse files
committed
add ubuntu-22.04
1 parent e943a15 commit 47f89af

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ env:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-22.04
10+
runs-on: ${{matrix.os}}
11+
strategy:
12+
matrix:
13+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
1114

1215
steps:
1316
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)