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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 18b57a22 Try to fix Java8/macOS/M1 issue
18b57a22 is described below

commit 18b57a22d4e8884023d9b07a1d107a0e931eff0a
Author: Sebb <sebb...@users.noreply.github.com>
AuthorDate: Fri Apr 26 17:57:47 2024 +0100

    Try to fix Java8/macOS/M1 issue
---
 .github/workflows/maven.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 18ecc60b..b6cd4531 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,8 +41,12 @@ jobs:
         # Don't need to run all javas on all OSes
         include:
           - java: 8
-            os: macos-latest
+            os: macos-13
             experimental: false
+          - java: 8
+            # Java 8 not currently available
+            os: macos-latest
+            experimental: true
           - java: 8
             os: windows-latest
             experimental: false

Reply via email to