Skip to content

Commit

Permalink
Update golang_build.yml (#861)
Browse files Browse the repository at this point in the history
remove build for mac-os. 
some PRs are blocked by this process
  • Loading branch information
guyinyou authored Nov 6, 2024
1 parent 33caa01 commit 4f05fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2022]
os: [ubuntu-20.04, windows-2022]
go: [1.17]
steps:
- name: Checkout
Expand Down

0 comments on commit 4f05fb7

Please sign in to comment.