Skip to content

Commit e15ac52

Browse files
committed
Add macOS Arm64 build to GHActions tests
1 parent b3a9213 commit e15ac52

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,22 @@ jobs:
208208
REQUIRES_ASTROQUERY: true
209209
REQUIRES_NUMBA: false
210210
REQUIRES_JAX: false
211+
- os: macos-15
212+
python-version: "3.14"
213+
TEST_FILES: tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'
214+
REQUIRES_PYNBODY: true
215+
REQUIRES_ASTROPY: true
216+
REQUIRES_ASTROQUERY: true
217+
REQUIRES_NUMBA: false
218+
REQUIRES_JAX: false
219+
- os: macos-15
220+
python-version: "3.14"
221+
TEST_FILES: tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
222+
REQUIRES_PYNBODY: true
223+
REQUIRES_ASTROPY: true
224+
REQUIRES_ASTROQUERY: true
225+
REQUIRES_NUMBA: false
226+
REQUIRES_JAX: false
211227
- os: macos-15-intel
212228
python-version: "3.14"
213229
TEST_FILES: tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'

0 commit comments

Comments
 (0)