mirror of
https://github.com/actions/setup-python.git
synced 2025-07-04 16:43:48 +00:00
updated versions and os
This commit is contained in:
parent
80ab5a6221
commit
d1c8c01178
5 changed files with 135 additions and 47 deletions
10
.github/workflows/test-pypy.yml
vendored
10
.github/workflows/test-pypy.yml
vendored
|
@ -20,7 +20,15 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
os:
|
||||
[
|
||||
ubuntu-20.04,
|
||||
ubuntu-22.04,
|
||||
ubuntu-24.04,
|
||||
windows-latest,
|
||||
macos-latest,
|
||||
macos-13
|
||||
]
|
||||
pypy:
|
||||
- 'pypy-2.7'
|
||||
- 'pypy-3.10'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue