mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
change windows-latest to windows-2019 for pypy3
This commit is contained in:
parent
ad064be539
commit
e22f107d09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue