This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch feat/fix-file-channel-windows in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit c41fcb0e9c07526e96cd2c5d44e61f1f4eb1dc76 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu Jul 30 16:33:04 2026 +0200 Add Windows to the CI matrix Assisted-By: Claude Fable 5 <[email protected]> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afbb2120..49f910d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: # Don't cancel the remaining OS builds when one fails fail-fast: false matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-latest, windows-latest ] java-distribution: [ temurin ] # # There is no protobuf 2.x version for `aarch64`.
