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 2022/02/25 13:35:07 UTC

[commons-exec] branch master updated: Build on Windows and macOS too.

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-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new d533d46  Build on Windows and macOS too.
d533d46 is described below

commit d533d46838f061d764963b389d1ec0755e944f38
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 25 08:32:46 2022 -0500

    Build on Windows and macOS too.
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d416018..428867e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,6 +24,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
+        os: [ubuntu-latest, windows-latest, macos-latest]
         java: [ 8, 11, 17 ]
         experimental: [false]
 #        include: