Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 40625c2

Browse files
committed
MAINT: PR 144 revisions
* switch the OSX version from `12.0` to `11.0` for the Python 3.8-3.10 thin arm64 MacOS wheel builds, based on feedback here: multi-build/multibuild#444 * skip the wheel install/test stage for Azure arm64 (because this means MacOS arm64, for which we do not have hardware access in CI anyway)
1 parent fb7771b commit 40625c2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
PLAT: universal2
5858
osx-Py38_arm64:
5959
MB_PYTHON_VERSION: "3.8"
60-
MB_PYTHON_OSX_VER: "12.0"
60+
MB_PYTHON_OSX_VER: "11.0"
6161
PLAT: arm64
6262
osx-Py39:
6363
MB_PYTHON_VERSION: "3.9"
@@ -68,7 +68,7 @@ jobs:
6868
PLAT: universal2
6969
osx-Py39_arm64:
7070
MB_PYTHON_VERSION: "3.9"
71-
MB_PYTHON_OSX_VER: "12.0"
71+
MB_PYTHON_OSX_VER: "11.0"
7272
PLAT: arm64
7373
osx-Py310:
7474
MB_PYTHON_VERSION: "3.10"
@@ -80,5 +80,5 @@ jobs:
8080
PLAT: universal2
8181
osx-Py310_arm64:
8282
MB_PYTHON_VERSION: "3.10"
83-
MB_PYTHON_OSX_VER: "12.0"
83+
MB_PYTHON_OSX_VER: "11.0"
8484
PLAT: arm64

azure-posix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
source multibuild/travis_steps.sh
8181
install_run $PLAT
8282
displayName: Install wheel and test
83+
condition: ne(variables['PLAT'], 'arm64')
8384
8485
- bash: |
8586
echo "##vso[task.prependpath]$CONDA/bin"

0 commit comments

Comments
 (0)