Skip to content

Commit

Permalink
Chore: build wheels for all macos versions including arm macos-14 (ap…
Browse files Browse the repository at this point in the history
…ache#416)

* Chore: build wheels for all macos versions including arm macos-14

* Bump Python version in the CI to 3.11
  • Loading branch information
hussein-awala authored Feb 13, 2024
1 parent 0c0fbd2 commit 970c977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-22.04, windows-2022, macos-11 ]
os: [ ubuntu-22.04, windows-2022, macos-11, macos-12, macos-13, macos-14 ]

steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'

- name: Install poetry
run: pip install poetry
Expand Down

0 comments on commit 970c977

Please sign in to comment.