Skip to content

Commit

Permalink
Fix platform tag and run MacOS tests on both arm and amd
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Apr 26, 2024
1 parent a3dcff7 commit d97c6a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,18 @@ jobs:
os:
- {run: ubuntu-latest, dist: dist-linux-manylinux2014_x86_64}
- {run: windows-latest, dist: dist-windows}
- {run: macos-latest, dist: dist-macos-x86_64}
- {run: macos-latest, dist: dist-macos-arm64}
- {run: macos-13, dist: dist-macos-x86_64}
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
exclude:
- os: {run: macos-latest}
python: '3.7'

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions doc/installation/macos.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. highlight:: bash

MacOS (experimental)
--------------------
MacOS
-----

cpymad is linked against a library version of MAD-X, which means that in order
to build cpymad you first have to compile MAD-X from source. The official
Expand Down

0 comments on commit d97c6a5

Please sign in to comment.