Skip to content

Commit

Permalink
Increase macOs CI coverage to include both 10.14 and 10.15 as 10.15 h…
Browse files Browse the repository at this point in the history
…as recently been added to Azure DevOps hosted agents (#1412)
  • Loading branch information
bergmeister committed Feb 9, 2020
1 parent 8ba2d97 commit f54f938
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .azure-pipelines-ci/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ stages:
vmImage: ubuntu-16.04
Ubuntu_18_04:
vmImage: ubuntu-18.04
macOS:
vmImage: macos-latest
macOS_10_14_Mojave:
vmImage: macOS-10.14
macOS_10_15_Catalina:
vmImage: macOS-10.15
Windows_Server2016_PowerShell_Core:
vmImage: vs2017-win2016
Windows_Server2019_PowerShell_Core:
Expand Down

0 comments on commit f54f938

Please sign in to comment.