You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mt...@apache.org on 2022/01/18 20:02:11 UTC

[maven] branch master updated: [MNG-7339] Verify Maven can build itself less often

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

mthmulders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 76452c7  [MNG-7339] Verify Maven can build itself less often
76452c7 is described below

commit 76452c726906002030c639fdbc015599d661e9c3
Author: Maarten Mulders <mt...@apache.org>
AuthorDate: Fri Jan 14 14:37:37 2022 +0100

    [MNG-7339] Verify Maven can build itself less often
    
    Closes #658.
---
 .github/workflows/maven_build_itself.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven_build_itself.yml b/.github/workflows/maven_build_itself.yml
index 3e69b2b..8f805eb 100644
--- a/.github/workflows/maven_build_itself.yml
+++ b/.github/workflows/maven_build_itself.yml
@@ -23,8 +23,8 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [8, 11, 17]
+        os: [ubuntu-latest, windows-latest]
+        java: [8, 17]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}