Skip to content

Commit c28a09f

Browse files
authored
Use latest mac image rather than a specific version. (#1777)
This will stay up to date.
1 parent f95211d commit c28a09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines-ci/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ stages:
2626
vmImage: ubuntu-18.04
2727
Ubuntu_20_04:
2828
vmImage: ubuntu-20.04
29-
macOS_10_15_Catalina:
30-
vmImage: macOS-10.15
29+
mac_Latest:
30+
vmImage: macOS-latest
3131
Windows_Server2016_PowerShell_Core:
3232
vmImage: vs2017-win2016
3333
Windows_Server2019_PowerShell_Core:

0 commit comments

Comments
 (0)