Skip to content

Commit 7fce186

Browse files
committed
Try reverting back to Mac x86_64
1 parent 0a53082 commit 7fce186

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@ jobs:
192192
REQUIRES_ASTROQUERY: true
193193
REQUIRES_NUMBA: false
194194
REQUIRES_JAX: false
195-
- os: macos-latest
195+
- os: macos-12
196196
python-version: "3.12"
197197
TEST_FILES: tests/test_orbit.py -k test_energy_jacobi_conservation
198198
REQUIRES_PYNBODY: true
199199
REQUIRES_ASTROPY: true
200200
REQUIRES_ASTROQUERY: true
201201
REQUIRES_NUMBA: false
202202
REQUIRES_JAX: false
203-
- os: macos-latest
203+
- os: macos-12
204204
python-version: "3.12"
205205
TEST_FILES: tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
206206
REQUIRES_PYNBODY: true
@@ -227,7 +227,7 @@ jobs:
227227
run: |
228228
sudo apt-get install libgsl-dev
229229
- name: Install the GSL
230-
if: matrix.os == 'macos-latest'
230+
if: matrix.os == 'macos-12'
231231
run: |
232232
brew install gsl
233233
echo "CFLAGS=-I$(brew --prefix)/include" >> $GITHUB_ENV
@@ -281,12 +281,9 @@ jobs:
281281
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
282282
python setup.py develop --single_ext
283283
- name: Install package
284-
if: matrix.os == 'macos-latest'
284+
if: matrix.os == 'macos-12'
285285
run: |
286286
python -m pip install -v .
287-
env:
288-
_PYTHON_HOST_PLATFORM : "macosx-11.0-arm64"
289-
ARCHFLAGS : "-arch arm64"
290287
- name: Special config
291288
env:
292289
TEST_FILES: ${{ matrix.TEST_FILES }}

0 commit comments

Comments
 (0)