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

sor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 204549c  Add Windows to the build matrix
204549c is described below

commit 204549cb744301dc3259f04ab5499fa6ad48089d
Author: Christian Stein <sormu...@gmail.com>
AuthorDate: Sat Oct 31 17:49:56 2020 +0100

    Add Windows to the build matrix
---
 .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 c69baac..cf4a2fa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ ubuntu-latest ]
+        os: [ ubuntu-latest, windows-latest ]
         java: [ 8, 11 ]
       fail-fast: false
 

Reply via email to