Skip to content

Commit e621eb8

Browse files
committed
Add Ubuntu 18.04 to CI (#147)
1 parent 528dad3 commit e621eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Java 11 Build and Verify
12-
runs-on: ubuntu-16.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- name: Check out Git repository
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
os: [ubuntu-16.04, macos-latest, windows-latest]
46+
os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
4747
java: [8, 11, 14]
4848

4949
steps:

0 commit comments

Comments
 (0)