Skip to content

Commit

Permalink
Merge pull request #75 from spotify/psobot/ubuntu-latest
Browse files Browse the repository at this point in the history
Fix PyPI publish by upgrading Ubuntu.
  • Loading branch information
psobot authored Apr 10, 2023
2 parents f913021 + 464ebab commit 72bdf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish-tag:
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
Expand Down

0 comments on commit 72bdf46

Please sign in to comment.