GitHub Actions: Re-enable windows-latest checks.

This commit is contained in:
Sean Gilligan 2020-08-21 18:25:17 -07:00 committed by Andreas Schildbach
parent c258e47897
commit e1b8a43bb2

View File

@ -7,9 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# windows-latest currently fails on some tests
# TODO: Fix windows issues and add `windows-latest`
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [ '8', '11', '14' ]
fail-fast: false
name: JAVA ${{ matrix.java }} OS ${{ matrix.os }}