github: enable amd64 builds for osx
Enable AMD64 builds for Intel based OSX. Closes #3238. Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
This commit is contained in:
parent
9a270ae30c
commit
cab358dba1
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