Skip to content

Commit 79acb6c

Browse files
committed
macOS-10.13 is not supported anymore in Azure Pipelines
1 parent 5a523eb commit 79acb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- template: admin/pipelines/cargo-steps.yml
2222
- job: MacOS
2323
pool:
24-
vmImage: macOS-10.13
24+
vmImage: macOS-10.14
2525
steps:
2626
- template: admin/pipelines/rustup.yml
2727
- template: admin/pipelines/cargo-steps.yml

0 commit comments

Comments
 (0)