Skip to content

Commit 02d4d22

Browse files
committed
Add osx14 building
1 parent a3f43ad commit 02d4d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [macos-13, macos-15]
19+
os: [macos-13, macos-14, macos-15]
2020
python: [3.9, "3.10", 3.11, 3.12]
2121
steps:
2222
- name: Checkout
@@ -32,7 +32,7 @@ jobs:
3232
brew install gsl
3333
pip install --upgrade pip build
3434
- name: Build Wheel (arm64)
35-
if: matrix.os == 'macos-15'
35+
if: matrix.os == 'macos-14' || matrix.os == 'macos-15'
3636
run: |
3737
export PLAT="arm64"
3838
export _PYTHON_HOST_PLATFORM="macosx-11.0-arm64"
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ${{ matrix.os }}
104104
strategy:
105105
matrix:
106-
os: [macos-13, macos-15]
106+
os: [macos-13, macos-14, macos-15]
107107
python: [3.9, "3.10", 3.11, 3.12]
108108
steps:
109109
- name: Download wheels

0 commit comments

Comments
 (0)