From 5542632e1fe731f17d0744a0450b23d5f8695e4f Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Mon, 4 Nov 2019 16:18:00 -0800 Subject: [PATCH] Use OSX 10.13 as the build agent for public CI (#593) Thanks Juan! --- eng/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/build.yml b/eng/build.yml index 0b2b772ec..316d7897a 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -56,7 +56,7 @@ jobs: # Official Build OSX Pool ${{ if and(eq(parameters.osGroup, 'MacOS'), eq(variables['System.TeamProject'], 'public')) }}: - name: Hosted MacOS + vmImage: macOS-10.13 # Official Build Windows Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}: -- 2.34.1