Merge pull request #2734 from OSInside/github_runner_closing_down

The ubuntu 20.04 github runner is closing down
This commit is contained in:
Neal Gompa (ニール・ゴンパ) 2025-02-12 01:59:18 +01:00 committed by GitHub
commit 47ea103a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ on:
jobs:
documentation:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3

View File

@ -7,10 +7,10 @@ on:
jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
environment:
name: pypi