Skip to content

Commit

Permalink
Test on macOS 14 (arm64 runner)
Browse files Browse the repository at this point in the history
Closes #770
  • Loading branch information
marcelm committed Jun 16, 2024
1 parent 22079ba commit 8a54b7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
include:
- os: macos-13
python-version: "3.10"
- os: macos-14
python-version: "3.10"
- os: windows-latest
python-version: "3.10"
steps:
Expand All @@ -71,7 +73,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
os: [ubuntu-22.04, windows-2019, macos-13]
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -80,8 +82,9 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
CIBW_SKIP: "cp37-*"
CIBW_TEST_SKIP: "cp38-macosx_*:arm64"
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}
Expand Down

0 comments on commit 8a54b7a

Please sign in to comment.