Skip to content

Commit

Permalink
Updated runners for building wheels in publish_to_pypi workflow (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscirij committed Jun 28, 2023
1 parent 586599b commit 38dbf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-latest, macos-latest]

steps:
- uses: spacetelescope/action-publish_to_pypi/build-wheel@master
Expand Down

0 comments on commit 38dbf69

Please sign in to comment.