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


The following commit(s) were added to refs/heads/master by this push:
     new 98ab4bd  Replace macos-latest with macos-13 for Java 8 req
98ab4bd is described below

commit 98ab4bd0cd578a1437084d8afc2329f46563e717
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 9 14:20:19 2024 -0400

    Replace macos-latest with macos-13 for Java 8 req
---
 .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 97097c4..132f89a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest, macos-latest]
+        os: [ubuntu-latest, windows-latest, macos-13]
         java: [ 8, 11, 17 ]
         experimental: [false]
 #        include:

Reply via email to