We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba2d97 commit f54f938Copy full SHA for f54f938
1 file changed
.azure-pipelines-ci/ci.yaml
@@ -29,8 +29,10 @@ stages:
29
vmImage: ubuntu-16.04
30
Ubuntu_18_04:
31
vmImage: ubuntu-18.04
32
- macOS:
33
- vmImage: macos-latest
+ macOS_10_14_Mojave:
+ vmImage: macOS-10.14
34
+ macOS_10_15_Catalina:
35
+ vmImage: macOS-10.15
36
Windows_Server2016_PowerShell_Core:
37
vmImage: vs2017-win2016
38
Windows_Server2019_PowerShell_Core:
0 commit comments