We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003c6ed commit 3b1b44dCopy full SHA for 3b1b44d
1 file changed
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Set Minimum MacOS Target
54
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
55
run: |
56
- echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
+ echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
57
- name: Build wheels
58
env:
59
CIBW_ARCHS: ${{ matrix.arch }}
0 commit comments