Skip to content

Commit

Permalink
build and test on arm64 mac (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc authored Feb 15, 2024
1 parent 6c8f386 commit 3915477
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ jobs:
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-14
os-name: mac
macos-min-version: '11.0'
python-arch: 'arm64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: windows-2019
os-name: windows
python-arch: 'x86_64'
Expand Down Expand Up @@ -304,6 +311,13 @@ jobs:
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-14
os-name: mac
macos-min-version: '11.0'
python-arch: 'arm64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: windows-2019
os-name: windows
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ scikit-image
# test dependencies
pytest
imageio
setuptools

# documentation dependencies
sphinx_rtd_theme
Expand Down

0 comments on commit 3915477

Please sign in to comment.