Skip to content

Commit

Permalink
Test OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Feb 13, 2024
1 parent 8ec62c1 commit 330a655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: [ 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 Expand Up @@ -74,7 +74,7 @@ jobs:
# https://github.com/pypa/cibuildwheel/issues/1603
# Ignore tests for pypy since not all dependencies are compiled for it
# and would require a local rust build chain
CIBW_TEST_SKIP: "pp* *macosx*"
CIBW_TEST_SKIP: "pp*"

- name: Add source distribution
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 330a655

Please sign in to comment.