diff --git a/.github/workflows/mac-other-builds.yml b/.github/workflows/mac-other-builds.yml index 5ba5e63d..b38d2483 100644 --- a/.github/workflows/mac-other-builds.yml +++ b/.github/workflows/mac-other-builds.yml @@ -26,7 +26,8 @@ jobs: cmake --preset all-tests -GNinja \ -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \ -DCMAKE_CXX_STANDARD=${{matrix.std}} \ - -DCATCH_BUILD_EXTRA_TESTS=ON + -DCATCH_BUILD_EXTRA_TESTS=ON \ + -CATCH_ENABLE_WERROR=OFF - name: Build run: cmake --build build