diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7466b4e..782c8a4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -56,7 +56,7 @@ jobs: - name: Install Catch2 macOS if: matrix.os == 'macos-latest' run: > - brew install catch2 boost-python3 + brew install catch2 - name: Install dependencies Window if: matrix.os == 'windows-latest'