Skip to content

Commit

Permalink
pypi: Switch MacOS builds on Azure to the macOS-12 environment
Browse files Browse the repository at this point in the history
Per Azure docs, the macOS-11 environment is deprecated and slated
for removal on June 28th. Note that the regular Azure CI builds
have already been using macOS-12 for some time.

(Internal change: 2332350)
  • Loading branch information
sunyab authored and pixar-oss committed Jun 28, 2024
1 parent b780920 commit 2d01767
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pypi-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ stages:
PYTHON_TAG: cp312
timeoutInMinutes: 180
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-12'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -342,31 +342,31 @@ stages:
PYTHON_INTERPRETER: python
Mac_Python36:
PYTHON_VERSION_SPEC: 3.6
IMAGE: 'macOS-11'
IMAGE: 'macOS-12'
PYTHON_INTERPRETER: python3
Mac_Python37:
PYTHON_VERSION_SPEC: 3.7
IMAGE: 'macOS-11'
IMAGE: 'macOS-12'
PYTHON_INTERPRETER: python3
Mac_Python38:
PYTHON_VERSION_SPEC: 3.8
IMAGE: 'macOS-11'
IMAGE: 'macOS-12'
PYTHON_INTERPRETER: python3
Mac_Python39:
PYTHON_VERSION_SPEC: 3.9
IMAGE: 'macOS-11'
IMAGE: 'macOS-12'
PYTHON_INTERPRETER: python3
Mac_Python310:
PYTHON_VERSION_SPEC: 3.10
IMAGE: 'macOS-11'
IMAGE: 'macOS-12'
PYTHON_INTERPRETER: python3
Mac_Python311:
PYTHON_VERSION_SPEC: 3.11
IMAGE: 'macOS-11'
IMAGE: 'macOS-12'
PYTHON_INTERPRETER: python3
Mac_Python312:
PYTHON_VERSION_SPEC: 3.12
IMAGE: 'macOS-11'
IMAGE: 'macOS-12'
PYTHON_INTERPRETER: python3
timeoutInMinutes: 10
pool:
Expand Down

0 comments on commit 2d01767

Please sign in to comment.