Skip to content

Commit ae16a7a

Browse files
committed
ci: Update OS runners to use latest
1 parent 990f312 commit ae16a7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os: [ubuntu-20.04, windows-2019, macos-11]
34+
os: [ubuntu-latest, windows-latest, macos-latest]
3535

3636
steps:
3737
- name: Checkout source
@@ -80,4 +80,3 @@ jobs:
8080

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

0 commit comments

Comments
 (0)