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 e55e5e204 Temporary removal of required maven-compile status check 
(#6561)
e55e5e204 is described below

commit e55e5e204d3ee20ce1ac198aeb6a87f604ee5da3
Author: Aaron Ai <[email protected]>
AuthorDate: Mon Apr 10 11:53:47 2023 +0800

    Temporary removal of required maven-compile status check (#6561)
---
 .asf.yaml                    | 3 ---
 .github/workflows/maven.yaml | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4a46ef4af..a7c24f68d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,9 +42,6 @@ github:
         contexts:
           - misspell-check
           - check-license
-          - maven-compile (ubuntu-18.04, JDK-8)
-          - maven-compile (windows-2022, JDK-8)
-          - maven-compile (macos-11, JDK-8)
 notifications:
   commits:      [email protected]
   issues:       [email protected]
diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 28ca5c592..0d3b5e231 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -7,7 +7,7 @@ on:
 jobs:
   java_build:
     name: "maven-compile (${{ matrix.os }}, JDK-${{ matrix.jdk }})"
-    runs-on: ${{ matrix.os }}
+    runs-on: ubuntu-latest
     strategy:
       fail-fast: false
       matrix:

Reply via email to