mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
GitHub Actions: Re-enable windows-latest checks.
This commit is contained in:
parent
c258e47897
commit
e1b8a43bb2
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user