diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7752435..35240731 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,9 +179,9 @@ jobs: run: brew install danger/tap/danger-js - run: make install - if: ${{ runner.os == 'macos-13' }} + if: ${{ matrix.runner == 'macos-13' }} - run: make install PREFIX='/opt/homebrew' - if: ${{ runner.os != 'macos-13' }} + if: ${{ matrix.runner != 'macos-13' }} - run: rm -rf .build && rm -rf Package.swift