This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 35bf161  [CI] Use macos-12 to build macOS libraries (#433)
35bf161 is described below

commit 35bf161ba25c9ea073b730e3dcdaa50c30703bcb
Author: Yunze Xu <xyzinfern...@163.com>
AuthorDate: Thu Jul 4 15:28:03 2024 +0800

    [CI] Use macos-12 to build macOS libraries (#433)
---
 .github/workflows/ci-build-binary-artifacts.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-binary-artifacts.yaml 
b/.github/workflows/ci-build-binary-artifacts.yaml
index 63644e5..7984410 100644
--- a/.github/workflows/ci-build-binary-artifacts.yaml
+++ b/.github/workflows/ci-build-binary-artifacts.yaml
@@ -197,7 +197,7 @@ jobs:
 
   package-macos:
     name: Build macOS libraries
-    runs-on: macos-latest
+    runs-on: macos-12
     timeout-minutes: 500
 
     strategy:

Reply via email to