Skip to content

Commit aefc278

Browse files
committed
CI: fix wheel tags for Cirrus macOS arm64 [wheel build]
[skip actions] [skip circle] [skip azp]
1 parent 030d72b commit aefc278

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,9 @@ macosx_arm64_task:
8181
micromamba activate numpydev
8282
micromamba install -y -c conda-forge python=3.11 2>/dev/null
8383
84-
ver=$(sw_vers -productVersion)
85-
macos_target=$(python -c "print('14.0') if '$ver' >= '14.0' else print('11.0')")
8684
# Use scipy-openblas wheels
8785
export INSTALL_OPENBLAS=true
88-
export CIBW_ENVIRONMENT_MACOS="MACOSX_DEPLOYMENT_TARGET=$macos_target INSTALL_OPENBLAS=true RUNNER_OS=macOS PKG_CONFIG_PATH=$PWD/.openblas"
86+
export CIBW_ENVIRONMENT_MACOS="MACOSX_DEPLOYMENT_TARGET='11.0' INSTALL_OPENBLAS=true RUNNER_OS=macOS PKG_CONFIG_PATH=$PWD/.openblas"
8987
9088
# needed for submodules
9189
git submodule update --init

0 commit comments

Comments
 (0)