Skip to content

Commit bf47b14

Browse files
Merge remote-tracking branch 'skeleton/main' into release-prep-v30.2.1
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
2 parents 4241ab9 + acf94b3 commit bf47b14

File tree

4 files changed

+32
-356
lines changed

4 files changed

+32
-356
lines changed

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88

99
strategy:
1010
max-parallel: 4

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ on:
2121
jobs:
2222
build-pypi-distribs:
2323
name: Build and publish library to PyPI
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-22.04
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Set up Python
2929
uses: actions/setup-python@v4
3030
with:
@@ -50,7 +50,7 @@ jobs:
5050
name: Create GH release
5151
needs:
5252
- build-pypi-distribs
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-22.04
5454

5555
steps:
5656
- name: Download built archives
@@ -70,7 +70,7 @@ jobs:
7070
name: Create PyPI release
7171
needs:
7272
- create-gh-release
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-22.04
7474

7575
steps:
7676
- name: Download built archives

0 commit comments

Comments
 (0)