You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/07 16:42:55 UTC

[commons-io] branch master updated: Comment out OS matrix experiment.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new ced0e49  Comment out OS matrix experiment.
ced0e49 is described below

commit ced0e492fb1ad2e74947741251796133ba222efa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 7 12:42:48 2020 -0400

    Comment out OS matrix experiment.
---
 .github/workflows/maven.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d7c16ed..03e2384 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -20,11 +20,12 @@ on: [push]
 jobs:
   build:
 
-    runs-on: ${{ matrix.os }}
+    runs-on: ubuntu-latest
+#    runs-on: ${{ matrix.os }}
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest]
+#        os: [ubuntu-latest, windows-latest]
         java: [ 8, 11, 14 ]
         experimental: [false]
         include: