diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index 99052c6..97488b9 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: platform: [windows-latest, ubuntu-latest, macos-latest] - build_type: [Debug, Release] + build_type: [Release] runs-on: ${{ matrix.platform }} steps: