Skip to content

Commit 6ddb1a7

Browse files
committed
cleanup
1 parent 483ac7c commit 6ddb1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
# Github Actions doesn't support pairing matrix values together, let's improvise
2929
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
3030
buildplat:
31-
- [ubuntu-22.04, manylinux_x86_64]
32-
- [ubuntu-22.04, manylinux_aarch64]
31+
- [ubuntu-24.04, manylinux_x86_64]
32+
- [ubuntu-24.04, manylinux_aarch64]
3333
- [macos-14, macosx_*]
3434
- [windows-2022, win_amd64]
3535
python: ["cp39", "cp310", "cp311", "cp312", "cp13"]

0 commit comments

Comments
 (0)