Skip to content

Commit 2d19080

Browse files
committed
Run on Ubuntu 18 and 20, forget about the soon unsupported 16
Do not use -latest anymore as GitHubs migration process takes a long time and it's unpredictable if a job runs on 18 or 20.
1 parent 630224c commit 2d19080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ ubuntu-16.04, ubuntu-latest, windows-latest ]
17+
os: [ ubuntu-18.04, ubuntu-20.04, windows-latest ]
1818
java: [ '8', '11' ]
1919
arch: [ 'x32', 'x64' ]
2020
exclude:

0 commit comments

Comments
 (0)