Merge pull request #3251 from nspcc-dev/mac
github: enable amd64 builds for osx
This commit is contained in:
commit
af0d1fe3c9
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -42,8 +42,6 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: { name: windows-2022, bin-name: windows }
|
- os: { name: windows-2022, bin-name: windows }
|
||||||
arch: 'arm64'
|
arch: 'arm64'
|
||||||
- os: { name: macos-12, bin-name: darwin }
|
|
||||||
arch: 'amd64'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue