Skip to content

Commit f54f938

Browse files
authored
Increase macOs CI coverage to include both 10.14 and 10.15 as 10.15 has recently been added to Azure DevOps hosted agents (#1412)
1 parent 8ba2d97 commit f54f938

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure-pipelines-ci/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ stages:
2929
vmImage: ubuntu-16.04
3030
Ubuntu_18_04:
3131
vmImage: ubuntu-18.04
32-
macOS:
33-
vmImage: macos-latest
32+
macOS_10_14_Mojave:
33+
vmImage: macOS-10.14
34+
macOS_10_15_Catalina:
35+
vmImage: macOS-10.15
3436
Windows_Server2016_PowerShell_Core:
3537
vmImage: vs2017-win2016
3638
Windows_Server2019_PowerShell_Core:

0 commit comments

Comments
 (0)