Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build and test on arm64 mac #219

Merged
merged 7 commits into from
Feb 15, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,37 @@ jobs:
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
jakevc marked this conversation as resolved.
Show resolved Hide resolved
python-arch: 'arm64'
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.10'
numpy-version: '1.21.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
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 +335,37 @@ jobs:
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.10'
numpy-version: '1.21.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: macos-14
os-name: mac
macos-min-version: '10.14'
python-arch: 'arm64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: windows-2019
os-name: windows
Expand Down