Change python version for pypy in workflow files (#259)

This commit is contained in:
Dmitry Shibanov
2021-10-19 20:24:02 +03:00
committed by GitHub
parent d12543aa2a
commit 002b1e4044
2 changed files with 5 additions and 6 deletions

View File

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