Skip to content

Commit

Permalink
Merge pull request #254 from VirtualPlanetaryLaboratory/os-tests
Browse files Browse the repository at this point in the history
Updated pip-install yaml file.
  • Loading branch information
RoryBarnes authored Nov 15, 2023
2 parents 975be3f + 5782270 commit b7b9c65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, ubuntu-22.04, acos-11, macos-12, macos-13]
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
- os: ubuntu-22.04
python-version: '3.6'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b7b9c65

Please sign in to comment.