Skip to content

Commit 1be3825

Browse files
committed
Fix MACOSX_DEPLOYMENT_TARGET issue
1 parent 838d1bf commit 1be3825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
ARROW_BUILD_TESTS: OFF
176176
PYARROW_TEST_LARGE_MEMORY: ON
177177
# Current oldest supported version according to https://endoflife.date/macos
178-
MACOSX_DEPLOYMENT_TARGET: 12.0
178+
MACOSX_DEPLOYMENT_TARGET: "12.0"
179179
steps:
180180
- name: Checkout Arrow
181181
uses: actions/checkout@v5

0 commit comments

Comments
 (0)