diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a02216..022ecd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,9 +23,10 @@ jobs: ci: permissions: security-events: write - matrix: - build-type: [Debug, Release] - fail-fast: false + strategy: + matrix: + build-type: [Debug, Release] + fail-fast: false runs-on: ubuntu-latest steps: - name: checkout-repo