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 468820d  Trying to get the GH syntax right...
468820d is described below

commit 468820d9c2d0aaceb97f59871db7ba7517f8cbdd
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 7 13:03:37 2020 -0400

    Trying to get the GH syntax right...
---
 .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 03e2384..f993155 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,15 +21,16 @@ jobs:
   build:
 
     runs-on: ubuntu-latest
-#    runs-on: ${{ matrix.os }}
+    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:
           - java: 15-ea
+            os: ${{ matrix.os }}
             experimental: true        
       fail-fast: false
         

Reply via email to