.github: exclude macOS amd64 binary from build CLI job

This commit is contained in:
Anna Shaleva 2022-10-06 08:51:37 +03:00
parent a9d32fe8f6
commit cd7cd02c33

View file

@ -42,6 +42,8 @@ jobs:
exclude:
- os: { name: windows-2022, bin-name: windows }
arch: 'arm64'
- os: { name: macos-12, bin-name: darwin }
arch: 'amd64'
steps:
- uses: actions/checkout@v3