This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch xuanwo/split-macos-wheels in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 59f0fe07e0b167d10b85f56f3e883f04e092bf4d Author: Xuanwo <[email protected]> AuthorDate: Wed Nov 26 17:11:07 2025 +0800 ci(python): Build wheels in native runners 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" }
