mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 09:03:46 +00:00
depricate ubuntu-20.04
This commit is contained in:
parent
d6ebc25835
commit
f5e40141d5
4 changed files with 11 additions and 11 deletions
4
.github/workflows/test-pypy.yml
vendored
4
.github/workflows/test-pypy.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-13, windows-latest, ubuntu-20.04, ubuntu-latest]
|
||||
os: [macos-13, windows-latest, ubuntu-22.04, ubuntu-latest]
|
||||
pypy:
|
||||
- 'pypy-2.7'
|
||||
- 'pypy-3.7'
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-13, windows-latest, ubuntu-20.04, ubuntu-latest]
|
||||
os: [macos-13, windows-latest, ubuntu-22.04, ubuntu-latest]
|
||||
pypy: ['pypy2.7', 'pypy3.7', 'pypy3.8', 'pypy3.9-nightly']
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue