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

pcristof pushed a commit to branch OPENJPA-2940
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit 403599782bd5e35874bcd2fdddbce35fd3a427a8
Author: Paulo Cristovão de Araújo Silva Filho <pcris...@gmail.com>
AuthorDate: Fri Jul 11 17:01:19 2025 -0300

    [OPENJPA-2940][WIP] Using self-hosted runner to test builds
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ecb27c245..553c2d9eb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ env:
   MAVEN_OPTS: -Dmaven.artifact.threads=256 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 jobs:
   build:
-    runs-on: ubuntu-latest
+    runs-on: openjpa-runner
     steps:
       - uses: actions/checkout@v4
       - name: Setup Java JDK
@@ -35,5 +35,5 @@ jobs:
           restore-keys: 'cache'
       - name: 'Build with Maven'
         run: mvn -Ptest-h2-2 -B clean install --file pom.xml
-      - name: 'Remove Snapshots Before Caching'
+      - name: 'Remove snapshots before caching'
         run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf

Reply via email to