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

aaronai pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 130fb0c50 Enable checks on Windows and MacOS (#5459)
130fb0c50 is described below

commit 130fb0c504cd5b50294df4b891f57d7790ecc512
Author: Zhanhui Li <[email protected]>
AuthorDate: Fri Nov 4 14:35:59 2022 +0800

    Enable checks on Windows and MacOS (#5459)
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 76fffbb3f..ec498f901 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,6 +43,8 @@ github:
           - misspell-check
           - check-license
           - maven-compile (ubuntu-18.04, JDK-8)
+          - maven-compile (windows-2022, JDK-8)
+          - maven-compile (macos-11, JDK-8)
           - bazel-compile (ubuntu-20.04)
 notifications:
   commits:      [email protected]

Reply via email to