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

leerho pushed a commit to branch update_GHA_workflows
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/update_GHA_workflows by this 
push:
     new 2becb83d change java version to 1.8 for check cpp files.
2becb83d is described below

commit 2becb83d22d070d8a1c53be9d1bea64d95ea551b
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Dec 18 13:43:45 2024 -0800

    change java version to 1.8 for check cpp files.
---
 .github/workflows/auto-check_cpp_files.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-check_cpp_files.yml 
b/.github/workflows/auto-check_cpp_files.yml
index 52378457..9dd7ef9a 100644
--- a/.github/workflows/auto-check_cpp_files.yml
+++ b/.github/workflows/auto-check_cpp_files.yml
@@ -22,7 +22,7 @@ jobs:
          - name: Setup Java
         uses: actions/setup-java@v4
         with:
-          java-version: '11'
+          java-version: '1.8'
           distribution: 'temurin'
 
          - name: Configure C++ build


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to