Skip to content

Commit 23f5554

Browse files
authored
Update release.yml
1 parent 3dd63b0 commit 23f5554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

99
jobs:
1010
build-and-publish:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
environment: release
1313
permissions:
1414
id-token: write
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.8
22+
python-version: 3.9
2323
- name: Verify versioning
2424
run: |
2525
echo "$(poetry version -s)"

0 commit comments

Comments
 (0)