1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-21 18:18:01 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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