Skip to content

Commit bdaee14

Browse files
authored
use latest ubuntu for pypi upload
1 parent 1e76373 commit bdaee14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
upload_pypi:
9797
name: Upload to PyPI (prod)
9898
needs: [build_wheels, build_aarch64_wheels, make_sdist]
99-
runs-on: ubuntu-22.04
99+
runs-on: ubuntu-latest
100100
steps:
101101
- uses: actions/download-artifact@v4
102102
with:

0 commit comments

Comments
 (0)