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

erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d4150c4607 HDDS-13800. Make compile check work on macos arm64 runner 
(#9632)
5d4150c4607 is described below

commit 5d4150c460700d73a3915c796dd1766cfaa8912e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jan 14 17:25:07 2026 +0100

    HDDS-13800. Make compile check work on macos arm64 runner (#9632)
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 28e6aafff38..e6e173ece3e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -134,11 +134,11 @@ jobs:
     if: needs.build-info.outputs.needs-compile == 'true'
     strategy:
       matrix:
-        java: [ 11, 17, 21 ]
+        java: [ 8, 11, 17 ]
         include:
           - os: ubuntu-24.04
-          - java: 8
-            os: macos-15-intel
+          - java: 21
+            os: macos-15
       fail-fast: false
     uses: ./.github/workflows/check.yml
     with:


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

Reply via email to