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 db4178d5a Try to find Java 8 on macos-13
db4178d5a is described below

commit db4178d5ae2fdabd2647ae9a45f0e8e20096ba24
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Apr 25 13:13:01 2024 -0400

    Try to find Java 8 on macos-13
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2ed042d6e..49e38fba3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, windows-latest, macos-14]
+        os: [ubuntu-latest, windows-latest, macos-13]
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
 #        include:

Reply via email to