Remove win2016 jvm github action test. (#6042)

This commit is contained in:
Jiaming Yuan
2020-08-21 10:39:46 +08:00
committed by GitHub
parent 7be2e04bd4
commit 7a46515d3d

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, windows-2016, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2