ci/doc: move azure macOS build to macOS-13 (#2101)

The macOS-12 environment is deprecated.
This commit is contained in:
Matthieu Darbois
2025-02-25 14:22:19 -05:00
committed by Henry Schreiner
parent 8874ee2048
commit 55037e9716
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
inputs: {pathtoPublish: 'wheelhouse'}
- job: macos
pool: {vmImage: 'macOS-12'}
pool: {vmImage: 'macOS-13'}
steps:
- task: UsePythonVersion@0
- bash: |