We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ad951 commit 7717bf1Copy full SHA for 7717bf1
1 file changed
.github/workflows/pysplashsurf_CI.yml
@@ -139,7 +139,7 @@ jobs:
139
CIBW_BUILD: ${{ matrix.python-version }}
140
CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y
141
CIBW_ENVIRONMENT_MACOS: >-
142
- PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET="13.0"
+ PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET="14.0"
143
# - name: Build wheels
144
# uses: PyO3/maturin-action@v1
145
# with:
0 commit comments