Commit 911b53c 1 parent d4b837e commit 911b53c Copy full SHA for 911b53c
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -192,15 +192,15 @@ jobs:
192
192
REQUIRES_ASTROQUERY : true
193
193
REQUIRES_NUMBA : false
194
194
REQUIRES_JAX : false
195
- - os : macos-latest
195
+ - os : macos-12
196
196
python-version : " 3.12"
197
197
TEST_FILES : tests/test_orbit.py -k test_energy_jacobi_conservation
198
198
REQUIRES_PYNBODY : true
199
199
REQUIRES_ASTROPY : true
200
200
REQUIRES_ASTROQUERY : true
201
201
REQUIRES_NUMBA : false
202
202
REQUIRES_JAX : false
203
- - os : macos-latest
203
+ - os : macos-12
204
204
python-version : " 3.12"
205
205
TEST_FILES : tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
206
206
REQUIRES_PYNBODY : true
@@ -227,7 +227,7 @@ jobs:
227
227
run : |
228
228
sudo apt-get install libgsl-dev
229
229
- name : Install the GSL
230
- if : matrix.os == 'macos-latest '
230
+ if : matrix.os == 'macos-12 '
231
231
run : |
232
232
brew install gsl
233
233
echo "CFLAGS=-I$(brew --prefix)/include" >> $GITHUB_ENV
@@ -281,7 +281,7 @@ jobs:
281
281
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
282
282
python setup.py develop --single_ext
283
283
- name : Install package
284
- if : matrix.os == 'macos-latest '
284
+ if : matrix.os == 'macos-12 '
285
285
run : |
286
286
python -m pip install -v .
287
287
- name : Special config
You can’t perform that action at this time.
0 commit comments