Skip to content

Commit a5e9c0f

Browse files
authored
Merge pull request #28 from saeg/github-actions-ubuntu-20.04
Update GitHub Actions build to use Linux Ubuntu 20.04 (ubuntu-20.04)
2 parents 667ee00 + f8dafc3 commit a5e9c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-18.04, windows-2019]
14+
os: [ubuntu-20.04, windows-2019]
1515
java: [6, 7, 7.0.121, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)