From f2f2930a21a52d7ea524a6a6f688fc8a8a004591 Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@microsoft.com>
Date: Fri, 7 Jun 2019 14:20:36 -0400
Subject: [PATCH] Update main.workflow.yml

---
 .github/main.workflow.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/main.workflow.yml b/.github/main.workflow.yml
index b7daeb8f..11fd185a 100644
--- a/.github/main.workflow.yml
+++ b/.github/main.workflow.yml
@@ -2,7 +2,7 @@ on: push
 jobs:
 
   build:
-    runs-on: ${{ matrix.operating-system }}
+    pool: ${{ matrix.operating-system }}
     strategy:
       matrix:
         operating-system: [Linux, macOS, Windows]