Skip to content

Commit 47ea103

Browse files
authored
Merge pull request #2734 from OSInside/github_runner_closing_down
The ubuntu 20.04 github runner is closing down
2 parents 2363811 + cfa34c1 commit 47ea103

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-publish-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
jobs:
99
documentation:
1010

11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10"]
14+
python-version: ["3.11"]
1515

1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/ci-publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.10"]
13+
python-version: ["3.11"]
1414

1515
environment:
1616
name: pypi

0 commit comments

Comments
 (0)