Skip to content

Commit 65e5d7b

Browse files
committed
build: fix py3.14 build on aarch64 linux
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent e8f95fe commit 65e5d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: matrix.target == 'aarch64'
153153
name: Install built wheel on ARM architecture
154154
with:
155-
base_image: '--platform=linux/aarch64 ubuntu:20.04'
155+
base_image: '--platform=linux/aarch64 ubuntu:22.04'
156156
githubToken: ${{ github.token }}
157157
install: |
158158
export TZ=UTC

0 commit comments

Comments
 (0)