diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 47b59836300086..100585c616c8f7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: - name: Build run: ./vcbuild.bat build-macOS: - runs-on: macOS-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}