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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 74c6be14 ubuntu and macos now work
74c6be14 is described below

commit 74c6be148ea24324128ec773014c1759ce564d9b
Author: Sebb <s...@apache.org>
AuthorDate: Wed Dec 13 16:14:23 2023 +0000

    ubuntu and macos now work
---
 .github/workflows/maven.yml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 61d9087b..012509a3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,20 +26,9 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-#        os: [windows-latest, ubuntu-latest]
-#        os: [windows-latest, macos-latest]
-        os: [windows-latest]
+        os: [windows-latest, macos-latest, ubuntu-latest]
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
-        # we need to fix non-Windows tests; start with just the one
-        include:
-          - os: ubuntu-latest
-            java: 8
-            experimental: true
-        # Did not fail for my local macOS test; try GH
-          - os: macos-latest
-            java: 8
-            experimental: true
 #        include:
 #          - java: 22-ea
 #            os: ubuntu-latest

Reply via email to