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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new e94b5cb64 ci(python): Build wheels in native runners (#6821)
e94b5cb64 is described below

commit e94b5cb64c9da4c267868c032f1dd873401f2720
Author: Xuanwo <[email protected]>
AuthorDate: Wed Nov 26 18:16:00 2025 +0800

    ci(python): Build wheels in native runners (#6821)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/release_python.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release_python.yml 
b/.github/workflows/release_python.yml
index 2541cc5ba..bb65c7ac2 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -57,7 +57,8 @@ jobs:
       matrix:
         include:
           - { os: windows-latest }
-          - { os: macos-latest, target: "universal2-apple-darwin" }
+          - { os: macos-15-intel, target: "x86_64-apple-darwin" }
+          - { os: macos-15, target: "aarch64-apple-darwin" }
           - { os: ubuntu-latest, target: "x86_64" }
           - { os: ubuntu-latest, target: "aarch64", manylinux: 
"manylinux_2_28" }
           - { os: ubuntu-latest, target: "armv7l" }

Reply via email to