This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 4f05fb7d Update golang_build.yml (#861)
4f05fb7d is described below
commit 4f05fb7decb6c24094b90f42927da217046ac835
Author: guyinyou <[email protected]>
AuthorDate: Wed Nov 6 14:46:04 2024 +0800
Update golang_build.yml (#861)
remove build for mac-os.
some PRs are blocked by this process
---
.github/workflows/golang_build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/golang_build.yml
b/.github/workflows/golang_build.yml
index 9a80a988..a9b3cab3 100644
--- a/.github/workflows/golang_build.yml
+++ b/.github/workflows/golang_build.yml
@@ -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