Skip to content

Commit

Permalink
Merge pull request #204 from nspcc-dev/enable-darwin-builds
Browse files Browse the repository at this point in the history
workflows: enable builds for darwin
  • Loading branch information
roman-khimov authored Apr 25, 2024
2 parents 095f00c + 19e7ac8 commit ba3e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go_os: [ linux ] # darwin
go_os: [ linux, darwin ]
go_arch: [ amd64, arm64 ]

steps:
Expand Down

0 comments on commit ba3e345

Please sign in to comment.