Merge pull request #2734 from OSInside/github_runner_closing_down
The ubuntu 20.04 github runner is closing down
This commit is contained in:
commit
47ea103a80
4
.github/workflows/ci-publish-pages.yml
vendored
4
.github/workflows/ci-publish-pages.yml
vendored
@ -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
|
||||
|
||||
4
.github/workflows/ci-publish-to-pypi.yml
vendored
4
.github/workflows/ci-publish-to-pypi.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user