From 0be109b4ae334c15e8a1649e7ab8b73a3eb6bc45 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 15 Jan 2020 22:36:19 -0500 Subject: [PATCH] ci: fix macos casing in CI.yml Refs: https://github.com/nodejs/node/pull/31327 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4fd7f19..047187b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v2 - name: Environment Information