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


The following commit(s) were added to refs/heads/master by this push:
     new 764a439de Upgrade from deprecated macos-13 to macos-latest in GitHub CI
764a439de is described below

commit 764a439dedc5d77a6693cf19667a4e86be27b2bf
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 5 07:09:30 2025 -0500

    Upgrade from deprecated macos-13 to macos-latest in GitHub CI
---
 .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 ee6b9c99a..77997ee2f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest, macos-13]
+        os: [ubuntu-latest, windows-latest, macos-latest]
         java: [ 8, 11, 17, 21, 25 ]
         experimental: [false]
         # Keep the same parameter order as the matrix above
@@ -72,7 +72,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.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