Skip to content

Commit

Permalink
Merge pull request #656 from JohanMabille/azure
Browse files Browse the repository at this point in the history
Removed deprecated macOS-10.14 and added macOS-11 to azure
  • Loading branch information
JohanMabille authored Dec 13, 2021
2 parents dbba514 + 62689e8 commit 26ed1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ jobs:
- job: 'OSX'
strategy:
matrix:
macOS_10_14:
image_name: 'macOS-10.14'
macOS_10_15:
image_name: 'macOS-10.15'
macOS_11:
image_name: 'macOS-11'
pool:
vmImage: $(image_name)
variables:
Expand Down

0 comments on commit 26ed1eb

Please sign in to comment.