Skip to content

Commit 1b96568

Browse files
authored
Update macOS image on Azure Pipelines
This resolves the warning we see on Azure Pipelines about the soon-to-be-removed image.
1 parent ceadb47 commit 1b96568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- job: macOS
1919
pool:
20-
vmImage: macOS 10.13
20+
vmImage: macOS-10.15
2121
steps:
2222
- template: install-dependencies.yml
2323
- template: dotnet.yml

0 commit comments

Comments
 (0)