diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 059f645825d1..4fa71957bd53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: with: persist-credentials: false - name: OS Dependencies - if: ${{ startsWith(matrix.os, 'macOS') }} + if: runner.os == 'MacOS' run: brew install parallel - name: configure tree run: |