Skip to content

Commit 6cd926f

Browse files
authored
Merge pull request #17 from danielmoder/main
Update github runner to ubuntu-latest
2 parents 90ca199 + c790516 commit 6cd926f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-latest
99
steps:
1010
- uses: actions/checkout@master
1111
- name: Set up Python 3.8

0 commit comments

Comments
 (0)