Build PyPy3.11 wheel for macOS 10.15 x86_64

This commit is contained in:
Hugo van Kemenade 2025-03-02 12:00:26 +02:00
parent bcdb688233
commit db4534a8cf

View File

@ -63,7 +63,7 @@ jobs:
- name: "macOS 10.15 x86_64" - name: "macOS 10.15 x86_64"
os: macos-13 os: macos-13
cibw_arch: x86_64 cibw_arch: x86_64
build: "pp310*" build: "pp3*"
macosx_deployment_target: "10.15" macosx_deployment_target: "10.15"
- name: "macOS arm64" - name: "macOS arm64"
os: macos-latest os: macos-latest