diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22a0f7a6..f67597a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: name: Build strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} env: release-dir: _release @@ -150,16 +150,12 @@ jobs: strategy: matrix: # should be same as runner.os - target-os: [Linux, macOS, Windows] + target-os: [Linux, Windows] include: - target-os: Linux compress: tar -zcf archive-ext: tar.gz archive-mime: tar - - target-os: macOS - compress: tar -zcf - archive-ext: tar.gz - archive-mime: tar - target-os: Windows compress: zip -qq -r archive-ext: zip