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-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 64d85f773 Migrate to macos-latest
64d85f773 is described below
commit 64d85f7738359a888915cc288f9dc7543861cf6a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 11 16:48:53 2025 -0500
Migrate to macos-latest
---
.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 570a58b49..fcdaed6b1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
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
@@ -54,7 +54,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 }}
- name: Build with Maven
# TEMP -Ddoclint=none -Darguments=-Xdoclint:none