Skip to content

Commit

Permalink
Upgrade ubuntu in Publish pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzvonkov authored Apr 29, 2023
1 parent de62309 commit 773ef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
needs: [formatting, cross-platform-test]
if: startsWith(github.ref, 'refs/tags')
name: Publish to PyPI (if tagged)
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
Expand Down

0 comments on commit 773ef84

Please sign in to comment.