Skip to content

Commit 547226f

Browse files
committed
Disable Windows build
Flume was never tested on Windows and many tests still fail. There is no regression in disabling the workflow run.
1 parent 416ddb2 commit 547226f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Don't cancel the remaining OS builds when one fails
3636
fail-fast: false
3737
matrix:
38-
os: [ ubuntu-latest, windows-latest ]
38+
os: [ ubuntu-latest ]
3939
java-distribution: [ temurin ]
4040
#
4141
# There is no protobuf 2.x version for `aarch64`.

0 commit comments

Comments
 (0)