diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9184f619..a02c0372 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Run Unit Tests on macOS if: matrix.platform == 'macOS' - run: xcodebuild test -scheme Kiwix -destination 'platform=macOS' + run: xcodebuild test -scheme Kiwix -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO - name: Upload code coverage uses: codecov/codecov-action@v4.2.0