You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/02/24 17:16:49 UTC

[jena] branch main updated: JENA-2052: Commented out matrix.os

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new be13cfc  JENA-2052: Commented out matrix.os
be13cfc is described below

commit be13cfca5392998007bb4972e4dabb6685d423d5
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Feb 24 17:16:43 2021 +0000

    JENA-2052: Commented out matrix.os
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ff0e2e4..083d38e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,6 +17,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest]
+	# os: [ubuntu-latest, macos-latest, windows-latest]
 
     steps:
     - uses: actions/checkout@v2