From d9c009eb56b21e52d85adf284dcd98ace0169eb1 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 7 Jun 2019 14:28:59 -0400 Subject: [PATCH] Try lowercase --- .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 26a8ecaa..0bbee016 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