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-graalpy.yml
vendored
4
.github/workflows/test-graalpy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-20.04, ubuntu-latest]
|
||||
os: [macos-latest, ubuntu-22.04, ubuntu-latest]
|
||||
graalpy:
|
||||
- 'graalpy-23.0'
|
||||
- 'graalpy-22.3'
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-20.04, ubuntu-latest]
|
||||
os: [macos-latest, ubuntu-22.04, ubuntu-latest]
|
||||
graalpy: ['graalpy23.0', 'graalpy22.3']
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue