You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/03/06 10:53:19 UTC

[maven-surefire] 01/01: investigating BindException

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

tibordigana pushed a commit to branch githubci
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 1c63b87c11fda3deddb056acbe1a218af3c4f48f
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 11:53:09 2021 +0100

    investigating BindException
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b393487..3ca90c4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,8 +30,8 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest, macOS-latest]
-        java: [8, 11, 15]
+        os: [ubuntu-latest]
+        java: [8]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}