Skip to content

Commit b28633c

Browse files
committed
MINOR: [Release] Manually commit fix to avoid cherry-pick conflict for changing runner on java-jars
1 parent ac8af22 commit b28633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tasks/java-jars/github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
platform:
83-
- { runs_on: ["macos-latest"], arch: "x86_64"}
83+
- { runs_on: ["macos-13"], arch: "x86_64"}
8484
- { runs_on: ["macos-14"], arch: "aarch_64" }
8585
env:
8686
MACOSX_DEPLOYMENT_TARGET: "10.15"

0 commit comments

Comments
 (0)