Skip to content

Commit

Permalink
ci: Update OS runners to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolis committed Oct 1, 2024
1 parent 990f312 commit ae16a7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout source
Expand Down Expand Up @@ -80,4 +80,3 @@ jobs:

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ae16a7a

Please sign in to comment.