Skip to content

Commit

Permalink
apacheGH-44314: [Packaging][Python] Use macOS 12 as deployment target…
Browse files Browse the repository at this point in the history
… to have macos 12 pyarrow wheels
  • Loading branch information
raulcd committed Oct 7, 2024
1 parent ab95a4d commit 640fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ tasks:

{############################## Wheel macOS ####################################}

{% for macos_version, macos_codename in [("13.0", "ventura")] %}
{% for macos_version, macos_codename in [("12.0", "monterey")] %}
{% set platform_tag = "macosx_{}_x86_64".format(macos_version.replace('.', '_')) %}

wheel-macos-{{ macos_codename }}-{{ python_tag }}-{{ abi_tag }}-amd64:
Expand Down

0 comments on commit 640fb5f

Please sign in to comment.