diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 951c6bb..82a89ea 100755 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -17,8 +17,8 @@ jobs: fail-fast: false matrix: os: [macOS-latest] - mode: [debug, release] - kind: [static, shared] + mode: [release] + kind: [shared] arch: [x86_64, arm64] runs-on: ${{ matrix.os }}