Skip to content

Commit 7e9ca85

Browse files
authored
Update maven.yml to use "latest" OS runners (#437)
1 parent a72944a commit 7e9ca85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-18.04, macOS-latest, windows-2016]
15+
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
java: [8, 11, 17]
1717
fail-fast: false
1818
max-parallel: 4

0 commit comments

Comments
 (0)