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

Commit 759c9c1

Browse files
committed
MAINT: PR 144 revisions
* looks like we'll need to use `MB_PYTHON_OSX_VER: 10.9` for Python 3.8 and 3.9 MacOS arm64 thin wheel builds because that is the only way to get the Python download URLs to work
1 parent 40625c2 commit 759c9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
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: "11.0"
60+
MB_PYTHON_OSX_VER: "10.9"
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: "11.0"
71+
MB_PYTHON_OSX_VER: "10.9"
7272
PLAT: arm64
7373
osx-Py310:
7474
MB_PYTHON_VERSION: "3.10"

0 commit comments

Comments
 (0)