Skip to content

Commit cb5a640

Browse files
authored
Update GitHub Actions runner to Ubuntu 22.04
1 parent c51b4c3 commit cb5a640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-and-publish:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)