Skip to content

Commit 57c60f9

Browse files
committed
bump pythons, base images on CI
several Python 3.9->3.11 ubuntu 20.04->22.04 node 16->20
1 parent fd5acd6 commit 57c60f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ on:
3030

3131
jobs:
3232
build-release:
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-python@v5
3737
with:
38-
python-version: "3.9"
38+
python-version: "3.11"
3939

4040
- uses: actions/setup-node@v4
4141
with:
42-
node-version: "14"
42+
node-version: "20"
4343

4444
- name: install build requirements
4545
run: |
@@ -83,7 +83,7 @@ jobs:
8383
twine upload --skip-existing dist/*
8484
8585
publish-docker:
86-
runs-on: ubuntu-20.04
86+
runs-on: ubuntu-22.04
8787
timeout-minutes: 20
8888

8989
services:

0 commit comments

Comments
 (0)