You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2021/10/20 05:54:59 UTC

[cordova-windows] branch master updated: remove CI for unsupported os (#396)

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

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/master by this push:
     new 23c932c  remove CI for unsupported os (#396)
23c932c is described below

commit 23c932c3247234f2a7e3d1318eb8152a5698aa28
Author: Jesse MacFadyen <pu...@gmail.com>
AuthorDate: Tue Oct 19 22:54:54 2021 -0700

    remove CI for unsupported os (#396)
---
 .github/workflows/ci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d207d8c..0c2d2ea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       matrix:
         node-version: [10.x, 12.x, 14.x, 16.x]
-        os: [ubuntu-latest, windows-latest, macos-latest]
+        os: [windows-latest]
 
     steps:
       - uses: actions/checkout@v2
@@ -38,16 +38,10 @@ jobs:
         with:
           node-version: ${{ matrix.node-version }}
 
-      - name: set up JDK 1.8
-        uses: actions/setup-java@v1
-        with:
-          java-version: 1.8
-
       - name: Environment Information
         run: |
           node --version
           npm --version
-          gradle --version
 
       - name: npm install and test
         run: |

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org