Skip to content

Commit b0bb1c0

Browse files
committed
update macOS build
1 parent a276421 commit b0bb1c0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
env:
2626
CIBW_ARCHS: ${{ matrix.archs }}
27+
MACOSX_DEPLOYMENT_TARGET: "11.0"
2728

2829
steps:
2930
- name: Check out main repository

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
env:
3030
CIBW_ARCHS: ${{ matrix.archs }}
31+
MACOSX_DEPLOYMENT_TARGET: "11.0"
3132

3233
steps:
3334
- name: Check out main repository

0 commit comments

Comments
 (0)