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
commit 733940e729e5f53df1277191aeb3ee33154a8022 Author: Alex Herbert <[email protected]> AuthorDate: Fri May 22 00:02:54 2026 +0100 Change GH to macos-latest macos-13 is deprecated. --- .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 c9734844f..07f6fb57b 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-13, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] java: [ 8, 11, 17 ] steps: diff --git a/.github/workflows/maven_legacy.yml b/.github/workflows/maven_legacy.yml index ecd2d8c3c..e6fa9ad95 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-13, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] java: [ 8, 11, 17 ] steps:
