This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 34d66f771 Revert "Change GH to macos-latest"
34d66f771 is described below
commit 34d66f771232e12ea8a00cb75f6fdcdc7853b975
Author: Alex Herbert <[email protected]>
AuthorDate: Fri May 22 00:16:57 2026 +0100
Revert "Change GH to macos-latest"
This reverts commit 733940e729e5f53df1277191aeb3ee33154a8022.
macos-13 is required for 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 07f6fb57b..c9734844f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
max-parallel: 20
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 e6fa9ad95..ecd2d8c3c 100644
--- a/.github/workflows/maven_legacy.yml
+++ b/.github/workflows/maven_legacy.yml
@@ -35,7 +35,7 @@ jobs:
max-parallel: 20
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: