Skip to content

Commit 3b08694

Browse files
committed
fix runner
1 parent 7dd197b commit 3b08694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
3232
buildplat:
3333
- [ubuntu-20.04, manylinux_x86_64]
34-
- [ubuntu-20.04-arm64, manylinux_aarch64]
34+
- [ubuntu-24.04-arm, manylinux_aarch64]
3535
- [macos-14, macosx_*]
3636
- [windows-2019, win_amd64]
3737
python: ["cp39", "cp310", "cp311", "cp312", "cp313"]

0 commit comments

Comments
 (0)