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 a60bec6f [ISSUE #922] [Enhancement] Update GitHub workflows for C#
client (#923)
a60bec6f is described below
commit a60bec6f9205b46efcb4ddde840a4576bdee30da
Author: Jack Tsai <[email protected]>
AuthorDate: Mon Jan 20 15:44:10 2025 +0800
[ISSUE #922] [Enhancement] Update GitHub workflows for C# client (#923)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
.github/workflows/csharp_build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/csharp_build.yml
b/.github/workflows/csharp_build.yml
index 13a4db0c..590ba7b2 100644
--- a/.github/workflows/csharp_build.yml
+++ b/.github/workflows/csharp_build.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-20.04, macos-12, windows-2022]
+ os: [ubuntu-20.04, macos-latest, windows-2022]
steps:
- name: Checkout
uses: actions/checkout@v3