Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
- name: macOS
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-15-intel]
arm: macos-15
intel: macos-15-intel
cibw-archs-macos:
arm: arm64
intel: x86_64
- name: Ubuntu
matrix: ubuntu
runs-on:
arm: [Linux, ARM64]
intel: [ubuntu-latest]
arm: ubuntu-24.04-arm
intel: ubuntu-latest
- name: Windows
matrix: windows
runs-on:
intel: [windows-latest]
intel: windows-latest
python:
- major-dot-minor: '3.10'
cibw-build: 'cp310-*'
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
name: Windows
matrix: windows
runs-on:
intel: [windows-latest]
intel: windows-latest
arch:
name: ARM
matrix: arm
Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
- name: Ubuntu
matrix: ubuntu
runs-on:
arm: [Linux, ARM64]
intel: [ubuntu-latest]
arm: ubuntu-24.04-arm
intel: ubuntu-latest
python:
- major-dot-minor: '3.12'
matrix: '3.12'
Expand Down Expand Up @@ -190,8 +190,8 @@ jobs:
- name: Ubuntu
matrix: ubuntu
runs-on:
arm: [Linux, ARM64]
intel: [ubuntu-latest]
arm: ubuntu-24.04-arm
intel: ubuntu-latest
python:
- major-dot-minor: '3.12'
matrix: '3.12'
Expand Down Expand Up @@ -236,8 +236,8 @@ jobs:
- name: Ubuntu
matrix: ubuntu
runs-on:
arm: [Linux, ARM64]
intel: [ubuntu-latest]
arm: ubuntu-24.04-arm
intel: ubuntu-latest
python:
- major-dot-minor: '3.12'
matrix: '3.12'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ jobs:
- name: macOS
matrix: macos
runs-on:
arm: [macos-13-arm64]
intel: [macos-15-intel]
arm: macos-15
intel: macos-15-intel
cibw-archs-macos:
arm: arm64
intel: x86_64
- name: Ubuntu
matrix: ubuntu
runs-on:
arm: [Linux, ARM64]
intel: [ubuntu-latest]
arm: ubuntu-24.04-arm
intel: ubuntu-latest
- name: Windows
matrix: windows
runs-on:
intel: [windows-latest]
intel: windows-latest

arch:
- name: ARM
Expand All @@ -86,7 +86,7 @@ jobs:
name: Windows
matrix: windows
runs-on:
intel: [windows-latest]
intel: windows-latest
arch:
name: ARM
matrix: arm
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
fi
'''
before-build = "python -m pip install --upgrade pip"
environment = {MACOSX_DEPLOYMENT_TARGET="11", SYSTEM_VERSION_COMPAT=0, CP_USE_GREEN_REAPER=1}
environment = {MACOSX_DEPLOYMENT_TARGET="15", SYSTEM_VERSION_COMPAT=0, CP_USE_GREEN_REAPER=1}

[tool.cibuildwheel.windows]
build-verbosity = 1
Expand Down
Loading