Skip to content

Commit 7dfc11b

Browse files
committed
set min macos version
1 parent 61f174f commit 7dfc11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
13+
env:
14+
MACOSX_DEPLOYMENT_TARGET: "10.14" # https://cibuildwheel.pypa.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
1315

1416
steps:
1517
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)