Skip to content

Commit e1b8307

Browse files
committed
Switch macOS workflows to macos-15
1 parent 33e1186 commit e1b8307

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
build-macos-wheels:
8989
name: Build macOS wheels
90-
runs-on: macos-15-intel
90+
runs-on: macos-15
9191

9292
steps:
9393
- name: Check out repository
@@ -106,7 +106,7 @@ jobs:
106106
- name: Build wheels
107107
env:
108108
MACOSX_DEPLOYMENT_TARGET: "14.0"
109-
CIBW_ARCHS_MACOS: x86_64
109+
CIBW_ARCHS_MACOS: arm64
110110
CIBW_BEFORE_ALL_MACOS: >-
111111
bash .github/scripts/build-sfml-unix.sh 2.6.2 ${{ github.workspace }}/.deps/sfml-2.6.2-install 1
112112
CIBW_BEFORE_BUILD_MACOS: python -m pip install delocate

.github/workflows/testpypi-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-24.04
25-
- macos-15-intel
25+
- macos-15
2626
- windows-2022
2727

2828
steps:

0 commit comments

Comments
 (0)