X Tutup
Skip to content

Commit d58615d

Browse files
committed
Removed windows-2016
1 parent 14d8c20 commit d58615d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-18.04, macOS-latest, windows-2016]
11+
os: [ubuntu-18.04, macOS-latest]
1212
java: [11]
1313
fail-fast: false
1414
max-parallel: 4
@@ -21,7 +21,6 @@ jobs:
2121
with:
2222
java-version: ${{ matrix.java }}
2323
- name: Test with Maven
24-
#run: mvn test --batch-mode verify
2524
run: mvn verify
2625

2726
...

0 commit comments

Comments
 (0)
X Tutup