From 723ccffaa38aae10418bd5ffd254d2ac7f425f7a Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 16 Jan 2025 11:30:28 +0100 Subject: [PATCH] Turn off code signing for macOS unit tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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