File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11.. highlight :: bash
22
3- MacOS (experimental)
4- --------------------
3+ MacOS
4+ -----
55
66cpymad is linked against a library version of MAD-X, which means that in order
77to build cpymad you first have to compile MAD-X from source. The official
You can’t perform that action at this time.
0 commit comments