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

ggregory 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 4e32746c Fix macOS build
4e32746c is described below

commit 4e32746cf33e49fb90ac75b55babbc9c51021caf
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 12 14:37:40 2025 -0500

    Fix macOS build
---
 .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 a2b366b4..277a6524 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
         # Don't need to run all javas on all OSes
         include:
           - java: 8
-            os: macos-13
+            os: macos-latest
             experimental: false
           - java: 8
             os: windows-latest
@@ -70,7 +70,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
       with:
-        distribution: 'temurin'
+        distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' 
|| 'temurin' }}
         java-version: ${{ matrix.java }}
         # these values cause the plugin to set up the Maven settings.xml file
         server-id: apache.snapshots.https # Value of the 
distributionManagement/repository/id field of the pom.xml

Reply via email to