mirror of
https://github.com/actions/setup-python.git
synced 2025-07-19 22:38:20 +02:00
depricate ubuntu-20.04
This commit is contained in:
parent
d6ebc25835
commit
f5e40141d5
4 changed files with 11 additions and 11 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-20.04, windows-latest]
|
||||
operating-system: [ubuntu-22.04, windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue