Skip to content

Commit b780740

Browse files
authored
Update publish-to-test-pypi.yml to Ubuntu 24.04
1 parent c079d42 commit b780740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
build-n-publish:
77
name: build and publish python 🐍 distributions 📦 to pypi and testpypi
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@master
1111
- name: Set up Python 3.9

0 commit comments

Comments
 (0)