Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
disable: macos builds due to library issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rgprajeen committed Apr 24, 2023
1 parent ba21903 commit 19dca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: ${{ github.ref_type == 'tag' }}
strategy:
matrix:
os: ["darwin", "linux"]
os: ["linux"]
arch: ["amd64"]
exclude:
- os: "darwin"
Expand Down

0 comments on commit 19dca48

Please sign in to comment.