This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch maint-16.x.x
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/maint-16.x.x by this push:
new b28633cfe5 MINOR: [Release] Manually commit fix to avoid cherry-pick
conflict for changing runner on java-jars
b28633cfe5 is described below
commit b28633cfe5263ac977598f058b53d76f95d3d1fc
Author: Raúl Cumplido <[email protected]>
AuthorDate: Wed May 8 10:15:17 2024 +0200
MINOR: [Release] Manually commit fix to avoid cherry-pick conflict for
changing runner on java-jars
---
dev/tasks/java-jars/github.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/java-jars/github.yml b/dev/tasks/java-jars/github.yml
index 0437ee7864..eb9478ebaa 100644
--- a/dev/tasks/java-jars/github.yml
+++ b/dev/tasks/java-jars/github.yml
@@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
platform:
- - { runs_on: ["macos-latest"], arch: "x86_64"}
+ - { runs_on: ["macos-13"], arch: "x86_64"}
- { runs_on: ["macos-14"], arch: "aarch_64" }
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"