From 06dc0d63991f712596ca6bbc6be3f750ef631036 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 7 Jun 2019 14:23:39 -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 4a2553b2..11fd185a 100644 --- a/.github/main.workflow.yml +++ b/.github/main.workflow.yml @@ -2,7 +2,7 @@ on: push jobs: build: - queue: ${{ matrix.operating-system }} + pool: ${{ matrix.operating-system }} strategy: matrix: operating-system: [Linux, macOS, Windows]