Skip to content

Commit 3069424

Browse files
committed
GitHub actions add ubuntu-20.04
1 parent a691313 commit 3069424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-18.04]
11+
os: [ubuntu-18.04, ubuntu-20.04]
1212
java: [7, 8, 11, 17]
1313
fail-fast: false
1414
max-parallel: 4

0 commit comments

Comments
 (0)