Skip to content

Commit 37d29d4

Browse files
committed
build(whl): fix linux
1 parent 1047296 commit 37d29d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ampere-build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build arm64 wheels
1515
runs-on: [self-hosted]
1616
container:
17-
image: ubuntu:22.10
17+
image: ubuntu:22.04
1818
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
1919

2020
steps:
@@ -51,7 +51,7 @@ jobs:
5151
needs: [build_wheels_arm64]
5252
runs-on: [self-hosted]
5353
container:
54-
image: ubuntu:22.10
54+
image: ubuntu:22.04
5555

5656
steps:
5757
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)