Skip to content

Commit 970c977

Browse files
Chore: build wheels for all macos versions including arm macos-14 (#416)
* Chore: build wheels for all macos versions including arm macos-14 * Bump Python version in the CI to 3.11
1 parent 0c0fbd2 commit 970c977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [ ubuntu-22.04, windows-2022, macos-11 ]
37+
os: [ ubuntu-22.04, windows-2022, macos-11, macos-12, macos-13, macos-14 ]
3838

3939
steps:
4040
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-python@v5
4545
with:
46-
python-version: '3.8'
46+
python-version: '3.11'
4747

4848
- name: Install poetry
4949
run: pip install poetry

0 commit comments

Comments
 (0)