We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macOS-13
1 parent 8874ee2 commit 55037e9Copy full SHA for 55037e9
azure-pipelines.yml
@@ -19,7 +19,7 @@ jobs:
19
python ./bin/run_tests.py
20
21
- job: macos_38
22
- pool: {vmImage: 'macOS-12'}
+ pool: {vmImage: 'macOS-13'}
23
steps:
24
- task: UsePythonVersion@0
25
inputs:
examples/azure-pipelines-minimal.yml
@@ -14,7 +14,7 @@ jobs:
14
inputs: {pathtoPublish: 'wheelhouse'}
15
16
- job: macos
17
18
- bash: |
0 commit comments