Skip to content

Commit 72a5a56

Browse files
committed
Update Ubuntu version for GitHub runner
1 parent 07c3a3a commit 72a5a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
jobs:
55
build-n-publish:
66
name: Build package and publish to (Test)PyPI
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v2
1010
with:

0 commit comments

Comments
 (0)