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 d4e13dc3 Add temp macOS test [skip ci]
d4e13dc3 is described below

commit d4e13dc3f245cd668b877483fea240469231bd4f
Author: Sebb <s...@apache.org>
AuthorDate: Wed Dec 13 15:22:45 2023 +0000

    Add temp macOS test [skip ci]
---
 .github/workflows/maven.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fdbe49d2..541795aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,6 +36,11 @@ jobs:
           - os: ubuntu-latest
             java: 8
             experimental: true
+        # Did not fail for my local macOS test; try GH
+        include:
+          - os: macos-latest
+            java: 8
+            experimental: true
 #        include:
 #          - java: 22-ea
 #            os: ubuntu-latest

Reply via email to