Fix ci for pipenv and reduce test matrix (#323)

This commit is contained in:
Dmitry Shibanov
2022-01-26 18:54:54 +03:00
committed by GitHub
parent 9a115684c9
commit 156361d073
2 changed files with 11 additions and 11 deletions

View File

@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04]
os: [macos-10.15, windows-2019, ubuntu-18.04, ubuntu-20.04]
steps:
- name: Checkout
uses: actions/checkout@v2