diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 226df95..8f57aeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - configuration: [Debug, Release] + configuration: [Debug] platform: [Any CPU] env: CONFIGURATION: ${{ matrix.configuration }}