Skip to content

Commit 0666b5c

Browse files
committed
Use Ubuntu 24.04 for building wheels.
1 parent cfef0bf commit 0666b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- os: ubuntu-22.04
21+
- os: ubuntu-24.04
2222
arch: x86_64
2323
build-sdist: true
24-
- os: ubuntu-22.04
24+
- os: ubuntu-24.04
2525
arch: i686
26-
- os: ubuntu-22.04
26+
- os: ubuntu-24.04
2727
arch: aarch64
2828
- os: macos-12
2929
arch: x86_64 universal2

0 commit comments

Comments
 (0)