Skip to content

Commit 55037e9

Browse files
mayeuthenryiii
authored andcommitted
ci/doc: move azure macOS build to macOS-13 (#2101)
The macOS-12 environment is deprecated.
1 parent 8874ee2 commit 55037e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python ./bin/run_tests.py
2020
2121
- job: macos_38
22-
pool: {vmImage: 'macOS-12'}
22+
pool: {vmImage: 'macOS-13'}
2323
steps:
2424
- task: UsePythonVersion@0
2525
inputs:

examples/azure-pipelines-minimal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
inputs: {pathtoPublish: 'wheelhouse'}
1515

1616
- job: macos
17-
pool: {vmImage: 'macOS-12'}
17+
pool: {vmImage: 'macOS-13'}
1818
steps:
1919
- task: UsePythonVersion@0
2020
- bash: |

0 commit comments

Comments
 (0)