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 2020/01/13 01:22:44 UTC

[maven-surefire] branch maven2surefire-jvm-communication updated: investigate only Ubuntu

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

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


The following commit(s) were added to refs/heads/maven2surefire-jvm-communication by this push:
     new 3ef39f9  investigate only Ubuntu
3ef39f9 is described below

commit 3ef39f94dfb39219ba5a9c5fd357cf9fc4ecfd40
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Jan 13 02:22:37 2020 +0100

    investigate only Ubuntu
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b1f0eb2..d9e509c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest, macOS-latest]
+        os: [ubuntu-latest]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}