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

meonkeys pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6aea428d87 clarify "builds" refers to GitHub
6aea428d87 is described below

commit 6aea428d874730aae82c0c07c38e14529c7c5c0c
Author: Adam Monsen <[email protected]>
AuthorDate: Tue Sep 9 08:40:44 2025 -0700

    clarify "builds" refers to GitHub
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5a653ca02f..f714a96fdc 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ You might see something like this if a Java 11 executable 
(class file format ver
 UnsupportedClassVersionError: com.example.package/ClassName has been compiled 
by a more recent version of the Java Runtime (class file version 65.0), this 
version of the Java Runtime only recognizes class file versions up to 55.0
 ```
 
-These builds are run in [short-lived virtual 
machines](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners),
 so locally reproducing the same may require additional effort, such as these 
extra clean-up procedures:
+The GitHub builds are run in [short-lived virtual 
machines](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners),
 so locally reproducing the same may require additional effort, such as these 
extra clean-up procedures:
 
 ```bash
 # Might fix `error: cannot find symbol` or other intermittent failures.

Reply via email to