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


The following commit(s) were added to refs/heads/master by this push:
     new 5671c6bc Use macos-13 for Java 8
5671c6bc is described below

commit 5671c6bc24a060c6b79f7a7bd43783e01159b5d5
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Apr 26 14:40:14 2024 -0400

    Use macos-13 for Java 8
---
 .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 612549f4..ccc84381 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [windows-latest, macos-latest, ubuntu-latest]
+        os: [windows-latest, macos-13, ubuntu-latest]
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
 #        include:

Reply via email to