Skip to content

Commit d97c6a5

Browse files
committed
Fix platform tag and run MacOS tests on both arm and amd
1 parent a3dcff7 commit d97c6a5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,18 @@ jobs:
273273
os:
274274
- {run: ubuntu-latest, dist: dist-linux-manylinux2014_x86_64}
275275
- {run: windows-latest, dist: dist-windows}
276-
- {run: macos-latest, dist: dist-macos-x86_64}
276+
- {run: macos-latest, dist: dist-macos-arm64}
277+
- {run: macos-13, dist: dist-macos-x86_64}
277278
python:
278279
- '3.7'
279280
- '3.8'
280281
- '3.9'
281282
- '3.10'
282283
- '3.11'
283284
- '3.12'
285+
exclude:
286+
- os: {run: macos-latest}
287+
python: '3.7'
284288

285289
defaults:
286290
run:

doc/installation/macos.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. highlight:: bash
22

3-
MacOS (experimental)
4-
--------------------
3+
MacOS
4+
-----
55

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

0 commit comments

Comments
 (0)