You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/14 06:36:49 UTC

[archiva-site] branch master updated: forget about windows

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b32bc0  forget about windows
1b32bc0 is described below

commit 1b32bc09150afa65fc2dfb6ed19fd2f46b62e2d9
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Apr 14 16:36:38 2022 +1000

    forget about windows
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 50d3bdb..21848c3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest]
+        os: [ubuntu-latest]
         java: [8, 11]
       fail-fast: false
 
@@ -41,7 +41,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Set up JDK
-        uses: actions/setup-java@v3.1.1
+        uses: actions/setup-java@v3
         with:
           distribution: adopt
           java-version: ${{ matrix.java }}