Revert changes on macOS CI tests

This commit is contained in:
Balazs Perlaki-Horvath 2025-07-08 12:40:06 +02:00
parent 652b7d8374
commit 3f4b3cfe99

View File

@ -68,7 +68,7 @@ jobs:
- name: Run Unit Tests on macOS
if: matrix.platform == 'macOS'
run: xcodebuild clean test -scheme Kiwix -configuration Debug -destination 'platform=macOS'
run: xcodebuild clean test -scheme Kiwix -configuration Debug -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO
- name: Upload code coverage
uses: codecov/codecov-action@v4.2.0