commit 92926c4331f66934498c0b7fdd41b6f83f2b109a (tree) parent 461792f9de229970bd0a810c1c6cde6978607902 Author: Andrew Kelley <andrew@ziglang.org> Date: Mon, 12 Oct 2020 21:58:46 -0700 ci: no space in vmImage I guess Diffstat:
| M | ci/azure/pipelines.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: BuildMacOS pool: - vmImage: 'macOS 10.15' + vmImage: 'macOS-10.15' timeoutInMinutes: 360