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

The macOS-12 environment is deprecated.
This commit is contained in:
Matthieu Darbois
2024-11-28 07:52:14 +01:00
committed by GitHub
parent 38f0901d38
commit 7e66fea502
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
python ./bin/run_tests.py
- job: macos_38
pool: {vmImage: 'macOS-12'}
pool: {vmImage: 'macOS-13'}
steps:
- task: UsePythonVersion@0
inputs:
+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: |