ci/doc: move azure macOS build to macOS-13 (#2101)
The macOS-12 environment is deprecated.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
inputs: {pathtoPublish: 'wheelhouse'}
|
||||
|
||||
- job: macos
|
||||
pool: {vmImage: 'macOS-12'}
|
||||
pool: {vmImage: 'macOS-13'}
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
- bash: |
|
||||
|
||||
Reference in New Issue
Block a user