From eea154d1bd86e6808d2c7cdad848ef0e96bf6a7e Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Thu, 26 Aug 2021 19:25:31 +0300 Subject: [PATCH] Disable macOS release builds --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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