Skip to content

Commit

Permalink
changed os version again
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed May 20, 2024
1 parent 08e23c9 commit ae8a7c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-2019, macos-14]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-2019, macos-13]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reboundx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.9", "3.11", "3.12"]
os: [ubuntu-latest, macos-14]
python-version: ["3.9", "3.11", "3.12"]
os: [ubuntu-latest, macos-13]

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

0 comments on commit ae8a7c5

Please sign in to comment.