Merge pull request #3251 from nspcc-dev/mac

github: enable amd64 builds for osx
This commit is contained in:
Anna Shaleva 2023-12-06 11:16:44 +05:00 committed by GitHub
commit af0d1fe3c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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