diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0632413f..6f935948 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: cppcheck: true clangtidy: true task: true - doxygen: true + doxygen: ${{ !contains(matrix.os, 'macos-11') }} - name: Test if: ${{ !cancelled() }}