diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f2ccc77..3f978dd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest, macos-12, ubuntu-latest] + os: [windows-latest, macos-12, ubuntu-latest] steps: - name: Check out git repository diff --git a/scripts/build.ts b/scripts/build.ts index 6bbf7665..acaad719 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -96,11 +96,7 @@ const config: Configuration = { // target: ['dmg', 'zip'] target: [ { - target: 'dmg', - arch: ['x64', 'arm64'] - }, - { - target: 'zip', + target: 'default', arch: ['x64', 'arm64'] } ]