diff --git a/.github/workflows/MacOS build template.yml b/.github/workflows/MacOS build template.yml index 047665a..00d19db 100644 --- a/.github/workflows/MacOS build template.yml +++ b/.github/workflows/MacOS build template.yml @@ -10,7 +10,6 @@ jobs: strategy: matrix: build_type: [Debug, Release, MinSizeRel] - shared_libs: [ON, OFF] name: Build type - ${{matrix.build_type}} steps: