Skip to content

Commit 123171e

Browse files
committed
Add osx14 building
1 parent a3f43ad commit 123171e

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
@@ -44,7 +44,7 @@ jobs:
4444
export LDFLAGS+=" -arch arm64"
4545
python -m build --wheel
4646
- name: Build Wheel (x86_64)
47-
if: matrix.os == 'macos-13'
47+
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
4848
run: |
4949
export PLAT="x86_64"
5050
export _PYTHON_HOST_PLATFORM="macosx-11.0-x86_64"
@@ -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)