mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
gradle.yml: Disable windows-latest
as a workaround for the build failures.
This commit is contained in:
parent
b4d3372198
commit
d61880b52e
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
@ -8,7 +8,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# windows-latest currently fails on some tests
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
# TODO: Fix windows issues and add `windows-latest`
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
java: [ '8', '11' ]
|
||||
fail-fast: false
|
||||
name: JAVA ${{ matrix.java }} OS ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user