4
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-11-07 13:36:56 +00:00

change windows-latest to windows-2019 for pypy3

This commit is contained in:
Dmitry Shibanov 2022-01-26 16:25:15 +03:00
parent ad064be539
commit e22f107d09

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