Skip to content

Commit

Permalink
ENH: Switch Azure Pipelines macOS environment version
Browse files Browse the repository at this point in the history
Switch Azure Pipelines macOS environment version to `macos-11`.

Fixes:
```
Warning
The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead.
For more details see actions/runner-images#5583
```

reported for example at:
https://dev.azure.com/itkrobotmacos/ITK.macOS/_build/results?buildId=8641&view=results
  • Loading branch information
jhlegarreta committed Aug 5, 2022
1 parent 88e1100 commit e5595de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: macOS-10.15
vmImage: macos-11
steps:
- checkout: self
clean: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: macOS-10.15
vmImage: macos-11
steps:
- checkout: self
clean: true
Expand Down

0 comments on commit e5595de

Please sign in to comment.