Skip to content

Commit

Permalink
Merge pull request #96 from nspcc-dev/more-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Aug 20, 2024
2 parents 175ce4e + efa672a commit b97db02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
runs-on: ${{matrix.os.name}}
strategy:
matrix:
os: [ { name: ubuntu-20.04, bin-name: linux } ]
arch: [ amd64 ]
os: [ { name: ubuntu-24.04, bin-name: linux }, { name: macos-14, bin-name: darwin } ]
arch: [ amd64, arm64 ]
exclude:
- os: { name: ubuntu-24.04, bin-name: linux }
arch: 'arm64'
- os: { name: macos-14, bin-name: darwin }
arch: 'amd64'

steps:
- name: Check out code
Expand Down

0 comments on commit b97db02

Please sign in to comment.