8000 Add ubuntu 20.04 build · jline/jline3@4cedcb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cedcb9

Browse files
authored
Add ubuntu 20.04 build
1 parent b2749c4 commit 4cedcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
strategy:
3232
matrix:
33-
os: [ ubuntu-latest, windows-latest, macos-latest ]
33+
os: [ ubuntu-latest, ubuntu-20.04, windows-latest, macos-latest ]
3434
java: [ '21' ]
3535
steps:
3636
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
0