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-graph.git
The following commit(s) were added to refs/heads/master by this push: new 8d6f619 Update macOS version in Maven workflow 8d6f619 is described below commit 8d6f619fea7a7e59e1c32ddeeed89403d85b1e46 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Aug 22 08:39:02 2025 -0400 Update macOS version in Maven workflow --- .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 d0f0b49..026baa9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,7 @@ jobs: # Don't need all versions include: - java: 8 - os: macos-latest + os: macos-13 experimental: false - java: 8 os: windows-latest