From 62bc4611cac5f4f80f803fe0d53cf11be4c07721 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 7 Jun 2019 14:29:30 -0400 Subject: [PATCH] Back to upper --- .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 0bbee016..26a8ecaa 100644 --- a/.github/main.workflow.yml +++ b/.github/main.workflow.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [linux, macOS, windows] + operating-system: [Linux, macOS, Windows] actions: - name: npm install run: npm install