Skip to content

Commit eab4f1a

Browse files
authored
chore: change publish runner version (#81)
1 parent d13fcc1 commit eab4f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "*.*.*"
66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v1
1111
- name: Assert tag is from master

0 commit comments

Comments
 (0)