Skip to content

Commit

Permalink
Merge pull request #109 from criteo/enable-cgo-for-darwin
Browse files Browse the repository at this point in the history
Enable cgo for darwin
  • Loading branch information
bhou authored Jan 31, 2023
2 parents 32be02f + f5a35e7 commit 0bb3c9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ jobs:
matrix:
arch: [amd64]
cgo: [0]
os: [macos-latest, windows-latest, ubuntu-latest ]
os: [windows-latest, ubuntu-latest ]
include:
- os: macos-latest
arch: arm64
cgo: 1
- os: macos-latest
arch: amd64
cgo: 1

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 0bb3c9f

Please sign in to comment.