We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e1186 commit e1b8307Copy full SHA for e1b8307
2 files changed
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
88
build-macos-wheels:
89
name: Build macOS wheels
90
- runs-on: macos-15-intel
+ runs-on: macos-15
91
92
steps:
93
- name: Check out repository
@@ -106,7 +106,7 @@ jobs:
106
- name: Build wheels
107
env:
108
MACOSX_DEPLOYMENT_TARGET: "14.0"
109
- CIBW_ARCHS_MACOS: x86_64
+ CIBW_ARCHS_MACOS: arm64
110
CIBW_BEFORE_ALL_MACOS: >-
111
bash .github/scripts/build-sfml-unix.sh 2.6.2 ${{ github.workspace }}/.deps/sfml-2.6.2-install 1
112
CIBW_BEFORE_BUILD_MACOS: python -m pip install delocate
.github/workflows/testpypi-validation.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
os:
24
- ubuntu-24.04
25
- - macos-15-intel
+ - macos-15
26
- windows-2022
27
28
0 commit comments