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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 385b51eb5 MINOR: Update macos amd64 runner (#940)
385b51eb5 is described below

commit 385b51eb5bf001e34d71d63b5980a5eabaa38294
Author: David Li <[email protected]>
AuthorDate: Mon Dec 29 19:44:18 2025 +0900

    MINOR: Update macos amd64 runner (#940)
    
    ## What's Changed
    
    Replace the macOS 13 runner.
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e1beea793..260259279 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
         include:
           - arch: AMD64
             jdk: 11
-            macos: 13
+            macos: 15-intel
           - arch: AArch64
             jdk: 11
             macos: latest

Reply via email to