diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 4db7987..86d8c43 100755 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest] - mode: [debug, releasedbg] + mode: [debug, release] kind: [static, shared] arch: [x86_64, arm64]