Skip to content

Commit

Permalink
Use every available OS
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Jun 29, 2020
1 parent a536e3b commit fc5f3e4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test-gnofract4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python: [3.5, 3.6, 3.7]
os: [macos-10.15, ubuntu-20.04]
python: [3.7]
toxenv: [py]
exclude:
- os: macos-latest
python: 3.5
- os: macos-latest
python: 3.6
include:
- os: ubuntu-18.04
python: 3.6
toxenv: py
- os: ubuntu-16.04
python: 3.5
toxenv: py
- os: ubuntu-latest
python: 3.7
toxenv: pylint
Expand Down

0 comments on commit fc5f3e4

Please sign in to comment.