Skip to content

Commit

Permalink
Upgrade mac runner to macos-13 because macos-12 is being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Nov 6, 2024
1 parent e92b912 commit 000de61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ jobs:
REQUIRES_ASTROQUERY: true
REQUIRES_NUMBA: false
REQUIRES_JAX: false
- os: macos-12
- os: macos-13
python-version: "3.12"
TEST_FILES: tests/test_orbit.py -k test_energy_jacobi_conservation
REQUIRES_PYNBODY: true
REQUIRES_ASTROPY: true
REQUIRES_ASTROQUERY: true
REQUIRES_NUMBA: false
REQUIRES_JAX: false
- os: macos-12
- os: macos-13
python-version: "3.12"
TEST_FILES: tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
REQUIRES_PYNBODY: true
Expand All @@ -227,7 +227,7 @@ jobs:
run: |
sudo apt-get install libgsl-dev
- name: Install the GSL and OpenMP
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-13'
run: |
brew install gsl libomp
brew info libomp
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
python setup.py develop --single_ext
- name: Install package
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-13'
run: |
python -m pip install -v .
- name: Special config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Following numpy's setup
buildplat:
- [ubuntu-22.04, manylinux, x86_64]
- [macos-12, macosx, x86_64]
- [macos-13, macosx, x86_64]
- [macos-14, macosx, arm64]
- [windows-2019, win, amd64]
python:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
matrix:
buildplat:
- [ubuntu-22.04, manylinux, x86_64]
- [macos-12, macosx, x86_64]
- [macos-13, macosx, x86_64]
- [macos-14, macosx, arm64]
- [windows-2019, win, amd64]
python:
Expand Down

0 comments on commit 000de61

Please sign in to comment.