This is an automated email from the ASF dual-hosted git repository.

ppkarwasz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 547226f83 Disable Windows build
547226f83 is described below

commit 547226f837c141dff96e7411c8b2b3d563760f71
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue May 26 18:21:52 2026 +0200

    Disable Windows build
    
    Flume was never tested on Windows and many tests still fail. There is no 
regression in disabling the workflow run.
---
 .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 e786b7263..0984074a3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
       # Don't cancel the remaining OS builds when one fails
       fail-fast: false
       matrix:
-        os: [ ubuntu-latest, windows-latest ]
+        os: [ ubuntu-latest ]
         java-distribution: [ temurin ]
         #
         # There is no protobuf 2.x version for `aarch64`.

Reply via email to