Skip to content

Commit 0ba1769

Browse files
committed
code update
1 parent 2448ae7 commit 0ba1769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
- docker_file: docker/Dockerfile.manylinux_2_28_X64
3232
name: manylinux-x86
3333
arch: linux/amd64
34-
runner: X86
34+
runner: X64
3535
- docker_file: docker/Dockerfile.u2204
3636
name: native-arm
3737
arch: linux/arm64
3838
runner: ARM64
3939
- docker_file: docker/Dockerfile.u2204
4040
name: native-x86
4141
arch: linux/amd64
42-
runner: X86
42+
runner: X64
4343
runs-on:
4444
- self-hosted
4545
- ${{ matrix.runner }}

0 commit comments

Comments
 (0)