Skip to content

Commit

Permalink
updating CI to macos-14 as macos-11 will be deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed May 20, 2024
1 parent 381f989 commit 08e23c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-14]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-2019, macos-11]
os: [ubuntu-latest, windows-2019, macos-14]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reboundx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.9", "3.11", "3.12"]
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 08e23c9

Please sign in to comment.