This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c3143498 Switch GH build to macos-13 to support java 8
9c3143498 is described below

commit 9c314349801408fc04a446b4d46acfe71ef2efdd
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Apr 3 13:53:48 2025 +0100

    Switch GH build to macos-13 to support java 8
---
 .github/workflows/maven.yml        | 2 +-
 .github/workflows/maven_legacy.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f4a61dc5f..1da96e8fe 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
     strategy:
       fail-fast: false # Run all the versions, but show overall status as 
failed if one fails
       matrix:
-        os: [ ubuntu-latest, macos-latest, windows-latest ]
+        os: [ ubuntu-latest, macos-13, windows-latest ]
         java: [ 8, 11, 17 ]
 
     steps:
diff --git a/.github/workflows/maven_legacy.yml 
b/.github/workflows/maven_legacy.yml
index ad13a7d73..c25a8282c 100644
--- a/.github/workflows/maven_legacy.yml
+++ b/.github/workflows/maven_legacy.yml
@@ -34,7 +34,7 @@ jobs:
     strategy:
       fail-fast: false # Run all the versions, but show overall status as 
failed if one fails
       matrix:
-        os: [ ubuntu-latest, macos-latest, windows-latest ]
+        os: [ ubuntu-latest, macos-13, windows-latest ]
         java: [ 8, 11, 17 ]
 
     steps:

Reply via email to