Skip to content

Commit

Permalink
Merge pull request #7 from nomonosound/ij/macos-arm
Browse files Browse the repository at this point in the history
Build for macOS (Arm)
  • Loading branch information
iver56 authored Jul 7, 2024
2 parents 9122d81 + e2a54b2 commit f5e8ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, ubuntu-22.04-arm64]
os: [ubuntu-latest, windows-latest, ubuntu-22.04-arm64, macos-latest]
python-version: [3.9]

if: startsWith(github.event.head_commit.message, 'Release') || github.event_name == 'workflow_dispatch'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ authors = [
version = "0.3.0"
description = "A fast python library for calculating the RMS of a NumPy array"
dependencies = [
"cffi>=1.0.0",
"numpy>=1.21,<2"
]
readme = "README.md"
Expand Down

0 comments on commit f5e8ce7

Please sign in to comment.