diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ebd0fd..dfb8c20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: with: python-version: 3.8 - - name: Install dependencies - MacOS + - name: Install dependencies - macOS run: brew install libomp if: matrix.os == 'macos-latest'