.github: exclude macOS amd64 binary from build CLI job
This commit is contained in:
parent
a9d32fe8f6
commit
cd7cd02c33
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue