Disable macOS release builds

This commit is contained in:
Sergey Stepanov 2021-08-26 19:25:31 +03:00
parent 07fd41f5b1
commit eea154d1bd
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -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