Skip to content

Commit

Permalink
Update publish.yml workflow to run on Linux for BOTH jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 7, 2024
1 parent 7801778 commit 51d7a4d
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 @@ -38,7 +38,7 @@ jobs:
name: Publish to PyPI
needs:
- build
runs-on: macos-latest
runs-on: ubuntu-latest
environment:
name: release
url: https://pypi.org/p/jaffle-shop-generator
Expand Down

0 comments on commit 51d7a4d

Please sign in to comment.