Skip to content

Commit

Permalink
Skip certain osx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 25, 2021
1 parent af6dfd5 commit 0cfc7d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: [3.6, 3.7, 3.8]
exclude:
- os: macos-latest
python-version: 3.6
- os: macos-latest
python-version: 3.8
timeout-minutes: 40
defaults:
run:
Expand Down

0 comments on commit 0cfc7d3

Please sign in to comment.