Skip to content

Commit f934f22

Browse files
committed
Add support for macos-15 wheels builds
that was introduced recently in github actions github/roadmap#986 and someone was asking for those in #383 Fix: #383
1 parent 9e237e8 commit f934f22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-push.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- os: macos-latest
4141
platform: all
4242

43+
- os: macos-13
44+
platform: all
45+
4346
- os: macos-latest
4447
platform: PyPy
4548

@@ -103,7 +106,7 @@ jobs:
103106
- name: Overwrite for MacOs
104107
if: runner.os == 'MacOs' && matrix.platform == 'all'
105108
run: |
106-
echo "CIBW_BUILD=cp37* cp38*" >> $GITHUB_ENV
109+
echo "CIBW_BUILD=cp38* cp39* cp310* cp311* cp312*" >> $GITHUB_ENV
107110
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
108111
109112
- name: Overwrite for MacOs PyPy

0 commit comments

Comments
 (0)