diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aad2c9..d6efbbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest] - build_type: [Debug, Release] + build_type: [Release] steps: - name: Checkout source