Skip to content

Commit

Permalink
Update macos deployment target to 12 to match build machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Sep 3, 2024
1 parent 19fb367 commit 453de60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
platform:
- { runs_on: ["macos-12"], arch: "x86_64"}
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
MACOSX_DEPLOYMENT_TARGET: "12.0"
steps:
{{ macros.github_checkout_arrow()|indent }}
- name: Set up Python
Expand Down

0 comments on commit 453de60

Please sign in to comment.