Skip to content

Commit

Permalink
ci/doc: move azure macOS build to macOS-13 (#2101)
Browse files Browse the repository at this point in the history
The macOS-12 environment is deprecated.
  • Loading branch information
mayeut authored Nov 28, 2024
1 parent 38f0901 commit 7e66fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-pipelines-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
inputs: {pathtoPublish: 'wheelhouse'}

- job: macos
pool: {vmImage: 'macOS-12'}
pool: {vmImage: 'macOS-13'}
steps:
- task: UsePythonVersion@0
- bash: |
Expand Down

0 comments on commit 7e66fea

Please sign in to comment.